#375544

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

Shades of Plantation #375544

Tints of Plantation #375544

Color information

#375544 (or 0x375544) is unknown color: approx Plantation. HEX triplet: 37, 55 and 44. RGB value is (55,85,68). Sum of RGB (Red+Green+Blue) = 55+85+68=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #375544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375544 is #C8AABB. Grayscale: #4A4A4A. Windows color (decimal): -13150908 or 4478263. OLE color: 4478263.

HSL color Cylindrical-coordinate representation of color #375544: hue angle of 146º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #375544 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB558568-
CMYK0.3500.200.67
HSL146º21.43%27.45%-
HSV(B)146º35.29%33.33%-
XYZ5.877.736.65-
YUV74.09124.56114.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.44%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 68 (26.95% from 255) = 32.69%
R=26.44%
G=40.87%
B=32.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5585680.3500.200.6714621.4327.45
Hex375544230144392151b
Octal67125104430241032222533
Binary110111101010110001001000110101001000011100100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375544; }

 p { color: rgb(55,85,68); }

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

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

 a { background-color: rgb(55,85,68); }

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

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

 span { border-color: rgb(55,85,68); }

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