#375045

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

Shades of Plantation #375045

Tints of Plantation #375045

Color information

#375045 (or 0x375045) is unknown color: approx Plantation. HEX triplet: 37, 50 and 45. RGB value is (55,80,69). Sum of RGB (Red+Green+Blue) = 55+80+69=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #375045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375045 is #C8AFBA. Grayscale: #474747. Windows color (decimal): -13152187 or 4542519. OLE color: 4542519.

HSL color Cylindrical-coordinate representation of color #375045: hue angle of 153.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #375045 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB558069-
CMYK0.3100.140.69
HSL153.6º18.52%26.47%-
HSV(B)153.6º31.25%31.37%-
XYZ5.526.986.69-
YUV71.27126.72116.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.96%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 69 (27.34% from 255) = 33.82%
R=26.96%
G=39.22%
B=33.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5580690.3100.140.69153.618.5226.47
Hex3750451F0E459a131a
Octal67120105370161052322332
Binary1101111010000100010111111011101000101100110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375045; }

 p { color: rgb(55,80,69); }

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

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

 a { background-color: rgb(55,80,69); }

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

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

 span { border-color: rgb(55,80,69); }

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