Html Css Color HEX #345E32 Parsley

📋 copy color: '#345E32'

red 52 ◦ green 94 ◦ blue 50

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

Shades of Parsley #345E32

Tints of Parsley #345E32

RGB

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

 GREEN value IS 94 (37.11% from 255) = 47.96%

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

R = 26.53%
G = 47.96%
B = 25.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#345E32 (or 0x345E32) is known color: Parsley. HEX triplet: 34, 5E and 32. RGB value is (52,94,50). Sum of RGB (Red+Green+Blue) = 52+94+50=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 94 (37.11% from 255 or 47.96% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 94 - color contains mainly: green. Hex color #345E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345E32 is #CBA1CD. Grayscale: #4C4C4C. Windows color (decimal): -13345230 or 3300916. OLE color: 3300916.

HSL color Cylindrical-coordinate representation of color #345E32: hue angle of 117.27º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #345E32 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.

Color convert

RGB 52 94 50 -
CMYK 0.45 0 0.47 0.63
HSL 117.27º 0.31% 0.28% -
HSV(B) 117.27º 0.47% 0.37% -
XYZ 5.99 8.97 4.43 -
YUV 76.43 113.09 110.58 -
System Red Green Blue C M Y K H S L
Decimal 52 94 50 0.45 0 0.47 0.63 117.27 0.31 0.28
Hex 34 5E 32 2D 0 2F 3F 75 1F 1C
Octal 64 136 62 55 0 57 77 165 37 34
Binary 110100 1011110 110010 101101 0 101111 111111 1110101 11111 11100

Color Harmonies of #345E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345E32

Black with #345E32

Text Example


Text Example

White with #345E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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