#336134

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

Shades of Parsley #336134

Tints of Parsley #336134

Color information

#336134 (or 0x336134) is unknown color: approx Parsley. HEX triplet: 33, 61 and 34. RGB value is (51,97,52). Sum of RGB (Red+Green+Blue) = 51+97+52=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #336134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336134 is #CC9ECB. Grayscale: #4E4E4E. Windows color (decimal): -13409996 or 3432755. OLE color: 3432755.

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

Color convert

RGB519752-
CMYK0.4700.460.62
HSL121.3º31.08%29.02%-
HSV(B)121.3º47.42%38.04%-
XYZ6.269.54.75-
YUV78.12113.26108.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.5%
GREEN value IS 97 (38.28% from 255) = 48.5%
BLUE value IS 52 (20.70% from 255) = 26%
R=25.5%
G=48.5%
B=26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5197520.4700.460.62121.331.0829.02
Hex3361342F02E3E791f1d
Octal631416457056761713735
Binary1100111100001110100101111010111011111011110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336134; }

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

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

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

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

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

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

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

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