#375935

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

Shades of Parsley #375935

Tints of Parsley #375935

Color information

#375935 (or 0x375935) is unknown color: approx Parsley. HEX triplet: 37, 59 and 35. RGB value is (55,89,53). Sum of RGB (Red+Green+Blue) = 55+89+53=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 89 - color contains mainly: green. Hex color #375935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375935 is #C8A6CA. Grayscale: #4A4A4A. Windows color (decimal): -13149899 or 3496247. OLE color: 3496247.

HSL color Cylindrical-coordinate representation of color #375935: hue angle of 116.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #375935 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB558953-
CMYK0.3800.400.65
HSL116.67º25.35%27.84%-
HSV(B)116.67º40.45%34.9%-
XYZ5.798.214.65-
YUV74.73115.74113.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.92%
GREEN value IS 89 (35.16% from 255) = 45.18%
BLUE value IS 53 (21.09% from 255) = 26.90%
R=27.92%
G=45.18%
B=26.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5589530.3800.400.65116.6725.3527.84
Hex375935260284175191c
Octal6713165460501011653134
Binary11011110110011101011001100101000100000111101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375935; }

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

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

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

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

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

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

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

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