#315534

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

Shades of Parsley #315534

Tints of Parsley #315534

Color information

#315534 (or 0x315534) is unknown color: approx Parsley. HEX triplet: 31, 55 and 34. RGB value is (49,85,52). Sum of RGB (Red+Green+Blue) = 49+85+52=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #315534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315534 is #CEAACB. Grayscale: #464646. Windows color (decimal): -13544140 or 3429681. OLE color: 3429681.

HSL color Cylindrical-coordinate representation of color #315534: hue angle of 125º 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 #315534 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB498552-
CMYK0.4200.390.67
HSL125º26.87%26.27%-
HSV(B)125º42.35%33.33%-
XYZ5.137.44.41-
YUV70.47117.57112.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.34%
GREEN value IS 85 (33.59% from 255) = 45.70%
BLUE value IS 52 (20.70% from 255) = 27.96%
R=26.34%
G=45.70%
B=27.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4985520.4200.390.6712526.8726.27
Hex3155342A027437d1b1a
Octal6112564520471031753332
Binary11000110101011101001010100100111100001111111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315534; }

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

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

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

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

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

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

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

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