#375F35

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

Shades of Parsley #375F35

Tints of Parsley #375F35

Color information

#375F35 (or 0x375F35) is unknown color: approx Parsley. HEX triplet: 37, 5F and 35. RGB value is (55,95,53). Sum of RGB (Red+Green+Blue) = 55+95+53=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #375F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375F35 is #C8A0CA. Grayscale: #4E4E4E. Windows color (decimal): -13148363 or 3497783. OLE color: 3497783.

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

Color convert

RGB559553-
CMYK0.4200.440.63
HSL117.14º28.38%29.02%-
HSV(B)117.14º44.21%37.25%-
XYZ6.319.254.82-
YUV78.25113.75111.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.09%
GREEN value IS 95 (37.5% from 255) = 46.80%
BLUE value IS 53 (21.09% from 255) = 26.11%
R=27.09%
G=46.80%
B=26.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5595530.4200.440.63117.1428.3829.02
Hex375F352A02C3F751c1d
Octal671376552054771653435
Binary1101111011111110101101010010110011111111101011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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