Html Css Color HEX #36614A Plantation

📋 copy color: '#36614A'

red 54 ◦ green 97 ◦ blue 74

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

Shades of Plantation #36614A

Tints of Plantation #36614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.11%

 BLUE value IS 74 (29.3% from 255) = 32.89%

R = 24%
G = 43.11%
B = 32.89%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#36614A (or 0x36614A) is known color: Plantation. HEX triplet: 36, 61 and 4A. RGB value is (54,97,74). Sum of RGB (Red+Green+Blue) = 54+97+74=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #36614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36614A is #C99EB5. Grayscale: #515151. Windows color (decimal): -13213366 or 4874550. OLE color: 4874550.

HSL color Cylindrical-coordinate representation of color #36614A: hue angle of 147.91º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #36614A is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 97 74 -
CMYK 0.44 0 0.24 0.62
HSL 147.91º 0.28% 0.3% -
HSV(B) 147.91º 0.44% 0.38% -
XYZ 7.03 9.83 8 -
YUV 81.52 123.75 108.37 -
System Red Green Blue C M Y K H S L
Decimal 54 97 74 0.44 0 0.24 0.62 147.91 0.28 0.3
Hex 36 61 4A 2C 0 18 3E 94 1C 1E
Octal 66 141 112 54 0 30 76 224 34 36
Binary 110110 1100001 1001010 101100 0 11000 111110 10010100 11100 11110

Color Harmonies of #36614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36614A

Black with #36614A

Text Example


Text Example

White with #36614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36614A; }

 p { color: rgb(54,97,74); }

 H1.HeaderClassName
 {
   color: #36614A;
 }
 .AnyTagClassName
 {
   color: #36614A;
 }
</style>

background-color css

<style>
 a { background-color: #36614A; }

 a { background-color: rgb(54,97,74); }

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

border-color css

<style>
 span { border-color: #36614A; }

 span { border-color: rgb(54,97,74); }

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