#346034

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

Shades of Parsley #346034

Tints of Parsley #346034

Color information

#346034 (or 0x346034) is unknown color: approx Parsley. HEX triplet: 34, 60 and 34. RGB value is (52,96,52). Sum of RGB (Red+Green+Blue) = 52+96+52=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #346034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346034 is #CB9FCB. Grayscale: #4D4D4D. Windows color (decimal): -13344716 or 3432500. OLE color: 3432500.

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

Color convert

RGB529652-
CMYK0.4600.460.62
HSL120º29.73%29.02%-
HSV(B)120º45.83%37.65%-
XYZ6.229.344.72-
YUV77.83113.42109.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 52 (20.70% from 255) = 26%
R=26%
G=48%
B=26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296520.4600.460.6212029.7329.02
Hex3460342E02E3E781e1d
Octal641406456056761703635
Binary1101001100000110100101110010111011111011110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346034; }

 p { color: rgb(52,96,52); }

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

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

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

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

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

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

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