#345335

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

Shades of Parsley #345335

Tints of Parsley #345335

Color information

#345335 (or 0x345335) is unknown color: approx Parsley. HEX triplet: 34, 53 and 35. RGB value is (52,83,53). Sum of RGB (Red+Green+Blue) = 52+83+53=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #345335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345335 is #CBACCA. Grayscale: #464646. Windows color (decimal): -13348043 or 3494708. OLE color: 3494708.

HSL color Cylindrical-coordinate representation of color #345335: hue angle of 121.94º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #345335 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB528353-
CMYK0.3700.360.67
HSL121.94º22.96%26.47%-
HSV(B)121.94º37.35%32.55%-
XYZ5.157.174.48-
YUV70.31118.23114.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.66%
GREEN value IS 83 (32.81% from 255) = 44.15%
BLUE value IS 53 (21.09% from 255) = 28.19%
R=27.66%
G=44.15%
B=28.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283530.3700.360.67121.9422.9626.47
Hex34533525024437a171a
Octal6412365450441031722732
Binary11010010100111101011001010100100100001111110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345335; }

 p { color: rgb(52,83,53); }

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

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

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

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

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

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

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