#395539

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

Shades of Parsley #395539

Tints of Parsley #395539

Color information

#395539 (or 0x395539) is unknown color: approx Parsley. HEX triplet: 39, 55 and 39. RGB value is (57,85,57). Sum of RGB (Red+Green+Blue) = 57+85+57=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 57 (22.66% from 255 or 28.64% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #395539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395539 is #C6AAC6. Grayscale: #494949. Windows color (decimal): -13019847 or 3757369. OLE color: 3757369.

HSL color Cylindrical-coordinate representation of color #395539: hue angle of 120º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #395539 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB578557-
CMYK0.3300.330.67
HSL120º19.72%27.84%-
HSV(B)120º32.94%33.33%-
XYZ5.677.665.05-
YUV73.44118.72116.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.64%
GREEN value IS 85 (33.59% from 255) = 42.71%
BLUE value IS 57 (22.66% from 255) = 28.64%
R=28.64%
G=42.71%
B=28.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785570.3300.330.6712019.7227.84
Hex395539210214378141c
Octal7112571410411031702434
Binary11100110101011110011000010100001100001111110001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395539; }

 p { color: rgb(57,85,57); }

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

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

 a { background-color: rgb(57,85,57); }

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

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

 span { border-color: rgb(57,85,57); }

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