#345434

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

Shades of Parsley #345434

Tints of Parsley #345434

Color information

#345434 (or 0x345434) is unknown color: approx Parsley. HEX triplet: 34, 54 and 34. RGB value is (52,84,52). Sum of RGB (Red+Green+Blue) = 52+84+52=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #345434 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345434 is #CBABCB. Grayscale: #464646. Windows color (decimal): -13347788 or 3429428. OLE color: 3429428.

HSL color Cylindrical-coordinate representation of color #345434: hue angle of 120º 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 #345434 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB528452-
CMYK0.3800.380.67
HSL120º23.53%26.67%-
HSV(B)120º38.1%32.94%-
XYZ5.217.324.39-
YUV70.78117.4114.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.66%
GREEN value IS 84 (33.20% from 255) = 44.68%
BLUE value IS 52 (20.70% from 255) = 27.66%
R=27.66%
G=44.68%
B=27.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284520.3800.380.6712023.5326.67
Hex345434260264378181b
Octal6412464460461031703033
Binary11010010101001101001001100100110100001111110001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345434; }

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

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

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

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

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

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

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

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