#37644B

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

Shades of Plantation #37644B

Tints of Plantation #37644B

Color information

#37644B (or 0x37644B) is unknown color: approx Plantation. HEX triplet: 37, 64 and 4B. RGB value is (55,100,75). Sum of RGB (Red+Green+Blue) = 55+100+75=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 100 - color contains mainly: green. Hex color #37644B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37644B is #C89BB4. Grayscale: #535353. Windows color (decimal): -13147061 or 4940855. OLE color: 4940855.

HSL color Cylindrical-coordinate representation of color #37644B: hue angle of 146.67º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #37644B is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB5510075-
CMYK0.4500.250.61
HSL146.67º29.03%30.39%-
HSV(B)146.67º45%39.22%-
XYZ7.410.438.28-
YUV83.7123.09107.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.91%
GREEN value IS 100 (39.45% from 255) = 43.48%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=23.91%
G=43.48%
B=32.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal55100750.4500.250.61146.6729.0330.39
Hex37644B2D0193D931d1e
Octal6714411355031752233536
Binary11011111001001001011101101011001111101100100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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