#37694C

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

Shades of Plantation #37694C

Tints of Plantation #37694C

Color information

#37694C (or 0x37694C) is unknown color: approx Plantation. HEX triplet: 37, 69 and 4C. RGB value is (55,105,76). Sum of RGB (Red+Green+Blue) = 55+105+76=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #37694C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37694C is #C896B3. Grayscale: #565656. Windows color (decimal): -13145780 or 5007671. OLE color: 5007671.

HSL color Cylindrical-coordinate representation of color #37694C: hue angle of 145.2º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #37694C is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB5510576-
CMYK0.4800.280.59
HSL145.2º31.25%31.37%-
HSV(B)145.2º47.62%41.18%-
XYZ7.9311.448.63-
YUV86.74121.94105.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.31%
GREEN value IS 105 (41.41% from 255) = 44.49%
BLUE value IS 76 (30.08% from 255) = 32.20%
R=23.31%
G=44.49%
B=32.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55105760.4800.280.59145.231.2531.37
Hex37694C3001C3B911f1f
Octal6715111460034732213737
Binary11011111010011001100110000011100111011100100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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