#336131

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

Shades of Parsley #336131

Tints of Parsley #336131

Color information

#336131 (or 0x336131) is unknown color: approx Parsley. HEX triplet: 33, 61 and 31. RGB value is (51,97,49). Sum of RGB (Red+Green+Blue) = 51+97+49=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 49 (19.53% from 255 or 24.87% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #336131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336131 is #CC9ECE. Grayscale: #4D4D4D. Windows color (decimal): -13409999 or 3236147. OLE color: 3236147.

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

Color convert

RGB519749-
CMYK0.4700.490.62
HSL117.5º32.88%28.63%-
HSV(B)117.5º49.48%38.04%-
XYZ6.199.474.41-
YUV77.77111.76108.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.89%
GREEN value IS 97 (38.28% from 255) = 49.24%
BLUE value IS 49 (19.53% from 255) = 24.87%
R=25.89%
G=49.24%
B=24.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5197490.4700.490.62117.532.8828.63
Hex3361312F0313E76211d
Octal631416157061761664135
Binary11001111000011100011011110110001111110111011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336131; }

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

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

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

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

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

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

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

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