Html Css Color HEX #345732 Parsley

📋 copy color: '#345732'

red 52 ◦ green 87 ◦ blue 50

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

Shades of Parsley #345732

Tints of Parsley #345732

RGB

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

 GREEN value IS 87 (34.38% from 255) = 46.03%

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

R = 27.51%
G = 46.03%
B = 26.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#345732 (or 0x345732) is known color: Parsley. HEX triplet: 34, 57 and 32. RGB value is (52,87,50). Sum of RGB (Red+Green+Blue) = 52+87+50=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 87 (34.38% from 255 or 46.03% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 87 - color contains mainly: green. Hex color #345732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345732 is #CBA8CD. Grayscale: #484848. Windows color (decimal): -13347022 or 3299124. OLE color: 3299124.

HSL color Cylindrical-coordinate representation of color #345732: hue angle of 116.76º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #345732 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 87 50 -
CMYK 0.40 0 0.43 0.66
HSL 116.76º 0.27% 0.27% -
HSV(B) 116.76º 0.43% 0.34% -
XYZ 5.4 7.78 4.23 -
YUV 72.32 115.4 113.51 -
System Red Green Blue C M Y K H S L
Decimal 52 87 50 0.40 0 0.43 0.66 116.76 0.27 0.27
Hex 34 57 32 28 0 2B 42 75 1B 1B
Octal 64 127 62 50 0 53 102 165 33 33
Binary 110100 1010111 110010 101000 0 101011 1000010 1110101 11011 11011

Color Harmonies of #345732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345732

Black with #345732

Text Example


Text Example

White with #345732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345732; }

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

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

background-color css

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

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

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

border-color css

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

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

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