Html Css Color HEX #36614C Plantation

📋 copy color: '#36614C'

red 54 ◦ green 97 ◦ blue 76

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

Shades of Plantation #36614C

Tints of Plantation #36614C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.48%

R = 23.79%
G = 42.73%
B = 33.48%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#36614C (or 0x36614C) is known color: Plantation. HEX triplet: 36, 61 and 4C. RGB value is (54,97,76). Sum of RGB (Red+Green+Blue) = 54+97+76=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #36614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36614C is #C99EB3. Grayscale: #515151. Windows color (decimal): -13213364 or 5005622. OLE color: 5005622.

HSL color Cylindrical-coordinate representation of color #36614C: hue angle of 150.7º 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 #36614C is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 97 76 -
CMYK 0.44 0 0.22 0.62
HSL 150.7º 0.28% 0.3% -
HSV(B) 150.7º 0.44% 0.38% -
XYZ 7.1 9.86 8.37 -
YUV 81.75 124.75 108.21 -
System Red Green Blue C M Y K H S L
Decimal 54 97 76 0.44 0 0.22 0.62 150.7 0.28 0.3
Hex 36 61 4C 2C 0 16 3E 97 1C 1E
Octal 66 141 114 54 0 26 76 227 34 36
Binary 110110 1100001 1001100 101100 0 10110 111110 10010111 11100 11110

Color Harmonies of #36614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36614C

Black with #36614C

Text Example


Text Example

White with #36614C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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