#375F46

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

Shades of Plantation #375F46

Tints of Plantation #375F46

Color information

#375F46 (or 0x375F46) is unknown color: approx Plantation. HEX triplet: 37, 5F and 46. RGB value is (55,95,70). Sum of RGB (Red+Green+Blue) = 55+95+70=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 95 - color contains mainly: green. Hex color #375F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375F46 is #C8A0B9. Grayscale: #505050. Windows color (decimal): -13148346 or 4611895. OLE color: 4611895.

HSL color Cylindrical-coordinate representation of color #375F46: hue angle of 142.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 #375F46 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.

Color convert

RGB559570-
CMYK0.4200.260.63
HSL142.5º26.67%29.41%-
HSV(B)142.5º42.11%37.25%-
XYZ6.779.447.26-
YUV80.19122.25110.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25%
GREEN value IS 95 (37.5% from 255) = 43.18%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=25%
G=43.18%
B=31.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5595700.4200.260.63142.526.6729.41
Hex375F462A01A3F8e1b1d
Octal6713710652032772163335
Binary11011110111111000110101010011010111111100011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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