#315537

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

Shades of Parsley #315537

Tints of Parsley #315537

Color information

#315537 (or 0x315537) is unknown color: approx Parsley. HEX triplet: 31, 55 and 37. RGB value is (49,85,55). Sum of RGB (Red+Green+Blue) = 49+85+55=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 55 (21.88% from 255 or 29.10% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #315537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315537 is #CEAAC8. Grayscale: #464646. Windows color (decimal): -13544137 or 3626289. OLE color: 3626289.

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

Color convert

RGB498555-
CMYK0.4200.350.67
HSL130º26.87%26.27%-
HSV(B)130º42.35%33.33%-
XYZ5.27.434.77-
YUV70.82119.07112.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 85 (33.59% from 255) = 44.97%
BLUE value IS 55 (21.88% from 255) = 29.10%
R=25.93%
G=44.97%
B=29.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4985550.4200.350.6713026.8726.27
Hex3155372A02343821b1a
Octal6112567520431032023332
Binary110001101010111011110101001000111000011100000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315537; }

 p { color: rgb(49,85,55); }

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

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

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

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

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

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

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