#375F37

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

Shades of Parsley #375F37

Tints of Parsley #375F37

Color information

#375F37 (or 0x375F37) is unknown color: approx Parsley. HEX triplet: 37, 5F and 37. RGB value is (55,95,55). Sum of RGB (Red+Green+Blue) = 55+95+55=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 95 - color contains mainly: green. Hex color #375F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375F37 is #C8A0C8. Grayscale: #4E4E4E. Windows color (decimal): -13148361 or 3628855. OLE color: 3628855.

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

Color convert

RGB559555-
CMYK0.4200.420.63
HSL120º26.67%29.41%-
HSV(B)120º42.11%37.25%-
XYZ6.369.275.07-
YUV78.48114.75111.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.83%
GREEN value IS 95 (37.5% from 255) = 46.34%
BLUE value IS 55 (21.88% from 255) = 26.83%
R=26.83%
G=46.34%
B=26.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5595550.4200.420.6312026.6729.41
Hex375F372A02A3F781b1d
Octal671376752052771703335
Binary1101111011111110111101010010101011111111110001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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