#375746

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

Shades of Plantation #375746

Tints of Plantation #375746

Color information

#375746 (or 0x375746) is unknown color: approx Plantation. HEX triplet: 37, 57 and 46. RGB value is (55,87,70). Sum of RGB (Red+Green+Blue) = 55+87+70=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 87 - color contains mainly: green. Hex color #375746 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375746 is #C8A8B9. Grayscale: #4B4B4B. Windows color (decimal): -13150394 or 4609847. OLE color: 4609847.

HSL color Cylindrical-coordinate representation of color #375746: hue angle of 148.12º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #375746 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB558770-
CMYK0.3700.200.66
HSL148.12º22.54%27.84%-
HSV(B)148.12º36.78%34.12%-
XYZ6.098.077.03-
YUV75.49124.9113.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.94%
GREEN value IS 87 (34.38% from 255) = 41.04%
BLUE value IS 70 (27.73% from 255) = 33.02%
R=25.94%
G=41.04%
B=33.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5587700.3700.200.66148.1222.5427.84
Hex375746250144294171c
Octal67127106450241022242734
Binary110111101011110001101001010101001000010100101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375746; }

 p { color: rgb(55,87,70); }

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

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

 a { background-color: rgb(55,87,70); }

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

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

 span { border-color: rgb(55,87,70); }

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