#315034

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

Shades of Parsley #315034

Tints of Parsley #315034

Color information

#315034 (or 0x315034) is unknown color: approx Parsley. HEX triplet: 31, 50 and 34. RGB value is (49,80,52). Sum of RGB (Red+Green+Blue) = 49+80+52=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #315034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315034 is #CEAFCB. Grayscale: #434343. Windows color (decimal): -13545420 or 3428401. OLE color: 3428401.

HSL color Cylindrical-coordinate representation of color #315034: hue angle of 125.81º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #315034 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB498052-
CMYK0.3900.350.69
HSL125.81º24.03%25.29%-
HSV(B)125.81º38.75%31.37%-
XYZ4.766.644.28-
YUV67.54119.23114.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.07%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 52 (20.70% from 255) = 28.73%
R=27.07%
G=44.20%
B=28.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4980520.3900.350.69125.8124.0325.29
Hex31503427023457e1819
Octal6112064470431051763031
Binary11000110100001101001001110100011100010111111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315034; }

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

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

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

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

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

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

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

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