Html Css Color HEX #345932 Parsley

📋 copy color: '#345932'

red 52 ◦ green 89 ◦ blue 50

#345932
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parsley #345932

Tints of Parsley #345932

RGB

 RED value IS 52 (20.7% from 255) = 27.23%

 GREEN value IS 89 (35.16% from 255) = 46.6%

 BLUE value IS 50 (19.92% from 255) = 26.18%

R = 27.23%
G = 46.6%
B = 26.18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#345932 (or 0x345932) is known color: Parsley. HEX triplet: 34, 59 and 32. RGB value is (52,89,50). Sum of RGB (Red+Green+Blue) = 52+89+50=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 89 - color contains mainly: green. Hex color #345932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345932 is #CBA6CD. Grayscale: #494949. Windows color (decimal): -13346510 or 3299636. OLE color: 3299636.

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

Color convert

RGB 52 89 50 -
CMYK 0.42 0 0.44 0.65
HSL 116.92º 0.28% 0.27% -
HSV(B) 116.92º 0.44% 0.35% -
XYZ 5.56 8.11 4.29 -
YUV 73.49 114.74 112.67 -
System Red Green Blue C M Y K H S L
Decimal 52 89 50 0.42 0 0.44 0.65 116.92 0.28 0.27
Hex 34 59 32 2A 0 2C 41 75 1C 1B
Octal 64 131 62 52 0 54 101 165 34 33
Binary 110100 1011001 110010 101010 0 101100 1000001 1110101 11100 11011

Color Harmonies of #345932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345932

Black with #345932

Text Example


Text Example

White with #345932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345932; }

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

 H1.HeaderClassName
 {
   color: #345932;
 }
 .AnyTagClassName
 {
   color: #345932;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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