#37614B

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

Shades of Plantation #37614B

Tints of Plantation #37614B

Color information

#37614B (or 0x37614B) is unknown color: approx Plantation. HEX triplet: 37, 61 and 4B. RGB value is (55,97,75). Sum of RGB (Red+Green+Blue) = 55+97+75=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #37614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37614B is #C89EB4. Grayscale: #515151. Windows color (decimal): -13147829 or 4940087. OLE color: 4940087.

HSL color Cylindrical-coordinate representation of color #37614B: hue angle of 148.57º degrees, saturation: 0.28, 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 #37614B is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB559775-
CMYK0.4300.230.62
HSL148.57º27.63%29.8%-
HSV(B)148.57º43.3%38.04%-
XYZ7.129.878.19-
YUV81.93124.09108.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.23%
GREEN value IS 97 (38.28% from 255) = 42.73%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=24.23%
G=42.73%
B=33.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5597750.4300.230.62148.5727.6329.8
Hex37614B2B0173E951c1e
Octal6714111353027762253436
Binary11011111000011001011101011010111111110100101011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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