#334F32

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

Shades of Parsley #334F32

Tints of Parsley #334F32

Color information

#334F32 (or 0x334F32) is unknown color: approx Parsley. HEX triplet: 33, 4F and 32. RGB value is (51,79,50). Sum of RGB (Red+Green+Blue) = 51+79+50=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 79 - color contains mainly: green. Hex color #334F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334F32 is #CCB0CD. Grayscale: #434343. Windows color (decimal): -13414606 or 3297075. OLE color: 3297075.

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

Color convert

RGB517950-
CMYK0.3500.370.69
HSL117.93º22.48%25.29%-
HSV(B)117.93º36.71%30.98%-
XYZ4.746.534.03-
YUV67.32118.22116.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.33%
GREEN value IS 79 (31.25% from 255) = 43.89%
BLUE value IS 50 (19.92% from 255) = 27.78%
R=28.33%
G=43.89%
B=27.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5179500.3500.370.69117.9322.4825.29
Hex334F322302545761619
Octal6311762430451051662631
Binary11001110011111100101000110100101100010111101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334F32; }

 p { color: rgb(51,79,50); }

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

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

 a { background-color: rgb(51,79,50); }

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

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

 span { border-color: rgb(51,79,50); }

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