#37684B

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

Shades of Plantation #37684B

Tints of Plantation #37684B

Color information

#37684B (or 0x37684B) is unknown color: approx Plantation. HEX triplet: 37, 68 and 4B. RGB value is (55,104,75). Sum of RGB (Red+Green+Blue) = 55+104+75=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #37684B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37684B is #C897B4. Grayscale: #565656. Windows color (decimal): -13146037 or 4941879. OLE color: 4941879.

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

Color convert

RGB5510475-
CMYK0.4700.280.59
HSL144.49º30.82%31.18%-
HSV(B)144.49º47.12%40.78%-
XYZ7.811.228.41-
YUV86.04121.77105.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 104 (41.02% from 255) = 44.44%
BLUE value IS 75 (29.69% from 255) = 32.05%
R=23.50%
G=44.44%
B=32.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55104750.4700.280.59144.4930.8231.18
Hex37684B2F01C3B901f1f
Octal6715011357034732203737
Binary11011111010001001011101111011100111011100100001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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