#316033

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

Shades of Parsley #316033

Tints of Parsley #316033

Color information

#316033 (or 0x316033) is unknown color: approx Parsley. HEX triplet: 31, 60 and 33. RGB value is (49,96,51). Sum of RGB (Red+Green+Blue) = 49+96+51=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #316033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316033 is #CE9FCC. Grayscale: #4C4C4C. Windows color (decimal): -13541325 or 3366961. OLE color: 3366961.

HSL color Cylindrical-coordinate representation of color #316033: hue angle of 122.55º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316033 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB499651-
CMYK0.4900.470.62
HSL122.55º32.41%28.43%-
HSV(B)122.55º48.96%37.65%-
XYZ6.059.264.6-
YUV76.82113.43108.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 51 (20.31% from 255) = 26.02%
R=25%
G=48.98%
B=26.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4996510.4900.470.62122.5532.4128.43
Hex3160333102F3E7b201c
Octal611406361057761734034
Binary11000111000001100111100010101111111110111101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316033; }

 p { color: rgb(49,96,51); }

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

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

 a { background-color: rgb(49,96,51); }

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

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

 span { border-color: rgb(49,96,51); }

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