#345A33

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

Shades of Parsley #345A33

Tints of Parsley #345A33

Color information

#345A33 (or 0x345A33) is unknown color: approx Parsley. HEX triplet: 34, 5A and 33. RGB value is (52,90,51). Sum of RGB (Red+Green+Blue) = 52+90+51=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #345A33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A33 is #CBA5CC. Grayscale: #4A4A4A. Windows color (decimal): -13346253 or 3365428. OLE color: 3365428.

HSL color Cylindrical-coordinate representation of color #345A33: hue angle of 118.46º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #345A33 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB529051-
CMYK0.4200.430.65
HSL118.46º27.66%27.65%-
HSV(B)118.46º43.33%35.29%-
XYZ5.678.284.43-
YUV74.19114.91112.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 90 (35.55% from 255) = 46.63%
BLUE value IS 51 (20.31% from 255) = 26.42%
R=26.94%
G=46.63%
B=26.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5290510.4200.430.65118.4627.6627.65
Hex345A332A02B41761c1c
Octal6413263520531011663434
Binary11010010110101100111010100101011100000111101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345A33; }

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

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

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

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

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

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

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

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