#375E35

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

Shades of Parsley #375E35

Tints of Parsley #375E35

Color information

#375E35 (or 0x375E35) is unknown color: approx Parsley. HEX triplet: 37, 5E and 35. RGB value is (55,94,53). Sum of RGB (Red+Green+Blue) = 55+94+53=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 94 (37.11% from 255 or 46.53% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 94 - color contains mainly: green. Hex color #375E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375E35 is #C8A1CA. Grayscale: #4D4D4D. Windows color (decimal): -13148619 or 3497527. OLE color: 3497527.

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

Color convert

RGB559453-
CMYK0.4100.440.63
HSL117.07º27.89%28.82%-
HSV(B)117.07º43.62%36.86%-
XYZ6.229.074.79-
YUV77.66114.08111.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.23%
GREEN value IS 94 (37.11% from 255) = 46.53%
BLUE value IS 53 (21.09% from 255) = 26.24%
R=27.23%
G=46.53%
B=26.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5594530.4100.440.63117.0727.8928.82
Hex375E352902C3F751c1d
Octal671366551054771653435
Binary1101111011110110101101001010110011111111101011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,94,53); }

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

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

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

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

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

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

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