#375D37

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

Shades of Parsley #375D37

Tints of Parsley #375D37

Color information

#375D37 (or 0x375D37) is unknown color: approx Parsley. HEX triplet: 37, 5D and 37. RGB value is (55,93,55). Sum of RGB (Red+Green+Blue) = 55+93+55=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 93 (36.72% from 255 or 45.81% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 93 - color contains mainly: green. Hex color #375D37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375D37 is #C8A2C8. Grayscale: #4D4D4D. Windows color (decimal): -13148873 or 3628343. OLE color: 3628343.

HSL color Cylindrical-coordinate representation of color #375D37: hue angle of 120º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #375D37 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.

Color convert

RGB559355-
CMYK0.4100.410.64
HSL120º25.68%29.02%-
HSV(B)120º40.86%36.47%-
XYZ6.188.925.01-
YUV77.31115.41112.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.09%
GREEN value IS 93 (36.72% from 255) = 45.81%
BLUE value IS 55 (21.88% from 255) = 27.09%
R=27.09%
G=45.81%
B=27.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5593550.4100.410.6412025.6829.02
Hex375D372902940781a1d
Octal6713567510511001703235
Binary11011110111011101111010010101001100000011110001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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