#375F4A

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

Shades of Plantation #375F4A

Tints of Plantation #375F4A

Color information

#375F4A (or 0x375F4A) is unknown color: approx Plantation. HEX triplet: 37, 5F and 4A. RGB value is (55,95,74). Sum of RGB (Red+Green+Blue) = 55+95+74=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 95 - color contains mainly: green. Hex color #375F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375F4A is #C8A0B5. Grayscale: #505050. Windows color (decimal): -13148342 or 4874039. OLE color: 4874039.

HSL color Cylindrical-coordinate representation of color #375F4A: hue angle of 148.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #375F4A is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB559574-
CMYK0.4200.220.63
HSL148.5º26.67%29.41%-
HSV(B)148.5º42.11%37.25%-
XYZ6.99.497.95-
YUV80.65124.25109.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.55%
GREEN value IS 95 (37.5% from 255) = 42.41%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=24.55%
G=42.41%
B=33.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5595740.4200.220.63148.526.6729.41
Hex375F4A2A0163F941b1d
Octal6713711252026772243335
Binary11011110111111001010101010010110111111100101001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375F4A; }

 p { color: rgb(55,95,74); }

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

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

 a { background-color: rgb(55,95,74); }

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

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

 span { border-color: rgb(55,95,74); }

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