#375845

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

Shades of Plantation #375845

Tints of Plantation #375845

Color information

#375845 (or 0x375845) is unknown color: approx Plantation. HEX triplet: 37, 58 and 45. RGB value is (55,88,69). Sum of RGB (Red+Green+Blue) = 55+88+69=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #375845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375845 is #C8A7BA. Grayscale: #4C4C4C. Windows color (decimal): -13150139 or 4544567. OLE color: 4544567.

HSL color Cylindrical-coordinate representation of color #375845: hue angle of 145.45º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #375845 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB558869-
CMYK0.3800.220.65
HSL145.45º23.08%28.04%-
HSV(B)145.45º37.5%34.51%-
XYZ6.148.226.89-
YUV75.97124.07113.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.94%
GREEN value IS 88 (34.77% from 255) = 41.51%
BLUE value IS 69 (27.34% from 255) = 32.55%
R=25.94%
G=41.51%
B=32.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5588690.3800.220.65145.4523.0828.04
Hex375845260164191171c
Octal67130105460261012212734
Binary110111101100010001011001100101101000001100100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375845; }

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

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

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

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

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

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

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

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