#345333

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

Shades of Parsley #345333

Tints of Parsley #345333

Color information

#345333 (or 0x345333) is unknown color: approx Parsley. HEX triplet: 34, 53 and 33. RGB value is (52,83,51). Sum of RGB (Red+Green+Blue) = 52+83+51=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #345333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345333 is #CBACCC. Grayscale: #464646. Windows color (decimal): -13348045 or 3363636. OLE color: 3363636.

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

Color convert

RGB528351-
CMYK0.3700.390.67
HSL118.12º23.88%26.27%-
HSV(B)118.12º38.55%32.55%-
XYZ5.117.164.24-
YUV70.08117.23115.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.96%
GREEN value IS 83 (32.81% from 255) = 44.62%
BLUE value IS 51 (20.31% from 255) = 27.42%
R=27.96%
G=44.62%
B=27.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283510.3700.390.67118.1223.8826.27
Hex345333250274376181a
Octal6412363450471031663032
Binary11010010100111100111001010100111100001111101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345333; }

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

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

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

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

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

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

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

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