Html Css Color HEX #346132 Parsley

📋 copy color: '#346132'

red 52 ◦ green 97 ◦ blue 50

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

Shades of Parsley #346132

Tints of Parsley #346132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.74%

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

R = 26.13%
G = 48.74%
B = 25.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#346132 (or 0x346132) is known color: Parsley. HEX triplet: 34, 61 and 32. RGB value is (52,97,50). Sum of RGB (Red+Green+Blue) = 52+97+50=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 50 (19.92% from 255 or 25.13% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #346132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346132 is #CB9ECD. Grayscale: #4E4E4E. Windows color (decimal): -13344462 or 3301684. OLE color: 3301684.

HSL color Cylindrical-coordinate representation of color #346132: hue angle of 117.45º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #346132 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 97 50 -
CMYK 0.46 0 0.48 0.62
HSL 117.45º 0.32% 0.29% -
HSV(B) 117.45º 0.48% 0.38% -
XYZ 6.27 9.51 4.52 -
YUV 78.19 112.09 109.32 -
System Red Green Blue C M Y K H S L
Decimal 52 97 50 0.46 0 0.48 0.62 117.45 0.32 0.29
Hex 34 61 32 2E 0 30 3E 75 20 1D
Octal 64 141 62 56 0 60 76 165 40 35
Binary 110100 1100001 110010 101110 0 110000 111110 1110101 100000 11101

Color Harmonies of #346132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346132

Black with #346132

Text Example


Text Example

White with #346132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346132; }

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

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

background-color css

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

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

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

border-color css

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

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

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