#345435

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

Shades of Parsley #345435

Tints of Parsley #345435

Color information

#345435 (or 0x345435) is unknown color: approx Parsley. HEX triplet: 34, 54 and 35. RGB value is (52,84,53). Sum of RGB (Red+Green+Blue) = 52+84+53=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #345435 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345435 is #CBABCA. Grayscale: #464646. Windows color (decimal): -13347787 or 3494964. OLE color: 3494964.

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

Color convert

RGB528453-
CMYK0.3800.370.67
HSL121.88º23.53%26.67%-
HSV(B)121.88º38.1%32.94%-
XYZ5.237.334.51-
YUV70.9117.9114.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.51%
GREEN value IS 84 (33.20% from 255) = 44.44%
BLUE value IS 53 (21.09% from 255) = 28.04%
R=27.51%
G=44.44%
B=28.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284530.3800.370.67121.8823.5326.67
Hex34543526025437a181b
Octal6412465460451031723033
Binary11010010101001101011001100100101100001111110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345435; }

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

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

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

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

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

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

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

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