#37604C

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

Shades of Plantation #37604C

Tints of Plantation #37604C

Color information

#37604C (or 0x37604C) is unknown color: approx Plantation. HEX triplet: 37, 60 and 4C. RGB value is (55,96,76). Sum of RGB (Red+Green+Blue) = 55+96+76=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #37604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37604C is #C89FB3. Grayscale: #515151. Windows color (decimal): -13148084 or 5005367. OLE color: 5005367.

HSL color Cylindrical-coordinate representation of color #37604C: hue angle of 150.73º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #37604C is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB559676-
CMYK0.4300.210.62
HSL150.73º27.15%29.61%-
HSV(B)150.73º42.71%37.65%-
XYZ7.069.78.34-
YUV81.46124.92109.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.23%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 76 (30.08% from 255) = 33.48%
R=24.23%
G=42.29%
B=33.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5596760.4300.210.62150.7327.1529.61
Hex37604C2B0153E971b1e
Octal6714011453025762273336
Binary11011111000001001100101011010101111110100101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,96,76); }

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

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

 a { background-color: rgb(55,96,76); }

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

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

 span { border-color: rgb(55,96,76); }

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