#315135

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

Shades of Parsley #315135

Tints of Parsley #315135

Color information

#315135 (or 0x315135) is unknown color: approx Parsley. HEX triplet: 31, 51 and 35. RGB value is (49,81,53). Sum of RGB (Red+Green+Blue) = 49+81+53=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #315135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315135 is #CEAECA. Grayscale: #444444. Windows color (decimal): -13545163 or 3494193. OLE color: 3494193.

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

Color convert

RGB498153-
CMYK0.4000.350.68
HSL127.5º24.62%25.49%-
HSV(B)127.5º39.51%31.76%-
XYZ4.856.794.42-
YUV68.24119.4114.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.78%
GREEN value IS 81 (32.03% from 255) = 44.26%
BLUE value IS 53 (21.09% from 255) = 28.96%
R=26.78%
G=44.26%
B=28.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4981530.4000.350.68127.524.6225.49
Hex3151352802344801919
Octal6112165500431042003131
Binary110001101000111010110100001000111000100100000001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315135; }

 p { color: rgb(49,81,53); }

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

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

 a { background-color: rgb(49,81,53); }

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

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

 span { border-color: rgb(49,81,53); }

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