Html Css Color HEX #345532 Parsley

📋 copy color: '#345532'

red 52 ◦ green 85 ◦ blue 50

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

Shades of Parsley #345532

Tints of Parsley #345532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.45%

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

R = 27.81%
G = 45.45%
B = 26.74%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#345532 (or 0x345532) is known color: Parsley. HEX triplet: 34, 55 and 32. RGB value is (52,85,50). Sum of RGB (Red+Green+Blue) = 52+85+50=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #345532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345532 is #CBAACD. Grayscale: #474747. Windows color (decimal): -13347534 or 3298612. OLE color: 3298612.

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

Color convert

RGB 52 85 50 -
CMYK 0.39 0 0.41 0.67
HSL 116.57º 0.26% 0.26% -
HSV(B) 116.57º 0.41% 0.33% -
XYZ 5.24 7.46 4.18 -
YUV 71.14 116.07 114.35 -
System Red Green Blue C M Y K H S L
Decimal 52 85 50 0.39 0 0.41 0.67 116.57 0.26 0.26
Hex 34 55 32 27 0 29 43 75 1A 1A
Octal 64 125 62 47 0 51 103 165 32 32
Binary 110100 1010101 110010 100111 0 101001 1000011 1110101 11010 11010

Color Harmonies of #345532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345532

Black with #345532

Text Example


Text Example

White with #345532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345532; }

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

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

background-color css

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

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

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

border-color css

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

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

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