#315134

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

Shades of Parsley #315134

Tints of Parsley #315134

Color information

#315134 (or 0x315134) is unknown color: approx Parsley. HEX triplet: 31, 51 and 34. RGB value is (49,81,52). Sum of RGB (Red+Green+Blue) = 49+81+52=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #315134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315134 is #CEAECB. Grayscale: #444444. Windows color (decimal): -13545164 or 3428657. OLE color: 3428657.

HSL color Cylindrical-coordinate representation of color #315134: hue angle of 125.62º 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 #315134 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.68.

Color convert

RGB498152-
CMYK0.4000.360.68
HSL125.62º24.62%25.49%-
HSV(B)125.62º39.51%31.76%-
XYZ4.836.794.3-
YUV68.13118.9114.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.92%
GREEN value IS 81 (32.03% from 255) = 44.51%
BLUE value IS 52 (20.70% from 255) = 28.57%
R=26.92%
G=44.51%
B=28.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4981520.4000.360.68125.6224.6225.49
Hex31513428024447e1919
Octal6112164500441041763131
Binary11000110100011101001010000100100100010011111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315134; }

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

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

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

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

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

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

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

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