#37694B

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

Shades of Plantation #37694B

Tints of Plantation #37694B

Color information

#37694B (or 0x37694B) is unknown color: approx Plantation. HEX triplet: 37, 69 and 4B. RGB value is (55,105,75). Sum of RGB (Red+Green+Blue) = 55+105+75=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #37694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37694B is #C896B4. Grayscale: #565656. Windows color (decimal): -13145781 or 4942135. OLE color: 4942135.

HSL color Cylindrical-coordinate representation of color #37694B: hue angle of 144º 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 #37694B is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB5510575-
CMYK0.4800.290.59
HSL144º31.25%31.37%-
HSV(B)144º47.62%41.18%-
XYZ7.911.428.45-
YUV86.63121.44105.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.40%
GREEN value IS 105 (41.41% from 255) = 44.68%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=23.40%
G=44.68%
B=31.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55105750.4800.290.5914431.2531.37
Hex37694B3001D3B901f1f
Octal6715111360035732203737
Binary11011111010011001011110000011101111011100100001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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