#345832

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

Shades of Parsley #345832

Tints of Parsley #345832

Color information

#345832 (or 0x345832) is unknown color: approx Parsley. HEX triplet: 34, 58 and 32. RGB value is (52,88,50). Sum of RGB (Red+Green+Blue) = 52+88+50=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #345832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345832 is #CBA7CD. Grayscale: #494949. Windows color (decimal): -13346766 or 3299380. OLE color: 3299380.

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

Color convert

RGB528850-
CMYK0.4100.430.65
HSL116.84º27.54%27.06%-
HSV(B)116.84º43.18%34.51%-
XYZ5.487.944.26-
YUV72.9115.07113.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.37%
GREEN value IS 88 (34.77% from 255) = 46.32%
BLUE value IS 50 (19.92% from 255) = 26.32%
R=27.37%
G=46.32%
B=26.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5288500.4100.430.65116.8427.5427.06
Hex3458322902B41751c1b
Octal6413062510531011653433
Binary11010010110001100101010010101011100000111101011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345832; }

 p { color: rgb(52,88,50); }

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

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

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

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

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

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

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