Html Css Color HEX #345132 Parsley

📋 copy color: '#345132'

red 52 ◦ green 81 ◦ blue 50

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

Shades of Parsley #345132

Tints of Parsley #345132

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.26%

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

R = 28.42%
G = 44.26%
B = 27.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#345132 (or 0x345132) is known color: Parsley. HEX triplet: 34, 51 and 32. RGB value is (52,81,50). Sum of RGB (Red+Green+Blue) = 52+81+50=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #345132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345132 is #CBAECD. Grayscale: #444444. Windows color (decimal): -13348558 or 3297588. OLE color: 3297588.

HSL color Cylindrical-coordinate representation of color #345132: hue angle of 116.13º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #345132 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 81 50 -
CMYK 0.36 0 0.38 0.68
HSL 116.13º 0.24% 0.26% -
HSV(B) 116.13º 0.38% 0.32% -
XYZ 4.93 6.85 4.08 -
YUV 68.8 117.39 116.02 -
System Red Green Blue C M Y K H S L
Decimal 52 81 50 0.36 0 0.38 0.68 116.13 0.24 0.26
Hex 34 51 32 24 0 26 44 74 18 1A
Octal 64 121 62 44 0 46 104 164 30 32
Binary 110100 1010001 110010 100100 0 100110 1000100 1110100 11000 11010

Color Harmonies of #345132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345132

Black with #345132

Text Example


Text Example

White with #345132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345132; }

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

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

background-color css

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

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

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

border-color css

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

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

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