Html Css Color HEX #36674D Plantation

📋 copy color: '#36674D'

red 54 ◦ green 103 ◦ blue 77

#36674D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plantation #36674D

Tints of Plantation #36674D

RGB

 RED value IS 54 (21.48% from 255) = 23.08%

 GREEN value IS 103 (40.63% from 255) = 44.02%

 BLUE value IS 77 (30.47% from 255) = 32.91%

R = 23.08%
G = 44.02%
B = 32.91%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#36674D (or 0x36674D) is known color: Plantation. HEX triplet: 36, 67 and 4D. RGB value is (54,103,77). Sum of RGB (Red+Green+Blue) = 54+103+77=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 103 - color contains mainly: green. Hex color #36674D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36674D is #C998B2. Grayscale: #555555. Windows color (decimal): -13211827 or 5072694. OLE color: 5072694.

HSL color Cylindrical-coordinate representation of color #36674D: hue angle of 148.16º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36674D is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 103 77 -
CMYK 0.48 0 0.25 0.60
HSL 148.16º 0.31% 0.31% -
HSV(B) 148.16º 0.48% 0.4% -
XYZ 7.71 11.02 8.74 -
YUV 85.39 123.27 105.61 -
System Red Green Blue C M Y K H S L
Decimal 54 103 77 0.48 0 0.25 0.60 148.16 0.31 0.31
Hex 36 67 4D 30 0 19 3C 94 1F 1F
Octal 66 147 115 60 0 31 74 224 37 37
Binary 110110 1100111 1001101 110000 0 11001 111100 10010100 11111 11111

Color Harmonies of #36674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36674D

Black with #36674D

Text Example


Text Example

White with #36674D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36674D; }

 p { color: rgb(54,103,77); }

 H1.HeaderClassName
 {
   color: #36674D;
 }
 .AnyTagClassName
 {
   color: #36674D;
 }
</style>

background-color css

<style>
 a { background-color: #36674D; }

 a { background-color: rgb(54,103,77); }

 div.DivClassName
 {
   background-color: #36674D;
 }
 .BgClassName
 {
   background-color: #36674D;
 }
</style>

border-color css

<style>
 span { border-color: #36674D; }

 span { border-color: rgb(54,103,77); }

 td.TdClassName
 {
   border-color: #36674D;
 }
 .TagClassName
 {
   border-color: #36674D;
 }
</style>