#36674C

Color #36674C Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #36674C

Tints of Plantation #36674C

Color information

#36674C (or 0x36674C) is unknown color: approx Plantation. HEX triplet: 36, 67 and 4C. RGB value is (54,103,76). Sum of RGB (Red+Green+Blue) = 54+103+76=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 103 - color contains mainly: green. Hex color #36674C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36674C is #C998B3. Grayscale: #555555. Windows color (decimal): -13211828 or 5007158. OLE color: 5007158.

HSL color Cylindrical-coordinate representation of color #36674C: hue angle of 146.94º 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 #36674C is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB5410376-
CMYK0.4800.260.60
HSL146.94º31.21%30.78%-
HSV(B)146.94º47.57%40.39%-
XYZ7.6811.018.56-
YUV85.27122.77105.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.18%
GREEN value IS 103 (40.62% from 255) = 44.21%
BLUE value IS 76 (30.08% from 255) = 32.62%
R=23.18%
G=44.21%
B=32.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54103760.4800.260.60146.9431.2130.78
Hex36674C3001A3C931f1f
Octal6614711460032742233737
Binary11011011001111001100110000011010111100100100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36674C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #36674C;
 }
 .AnyTagClassName
 {
   color: #36674C;
 }
</style>
background-color css

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

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

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

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

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

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