Html Css Color HEX #345934 Parsley

📋 copy color: '#345934'

red 52 ◦ green 89 ◦ blue 52

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

Shades of Parsley #345934

Tints of Parsley #345934

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.11%

 BLUE value IS 52 (20.7% from 255) = 26.94%

R = 26.94%
G = 46.11%
B = 26.94%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#345934 (or 0x345934) is known color: Parsley. HEX triplet: 34, 59 and 34. RGB value is (52,89,52). Sum of RGB (Red+Green+Blue) = 52+89+52=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #345934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345934 is #CBA6CB. Grayscale: #494949. Windows color (decimal): -13346508 or 3430708. OLE color: 3430708.

HSL color Cylindrical-coordinate representation of color #345934: hue angle of 120º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345934 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 89 52 -
CMYK 0.42 0 0.42 0.65
HSL 120º 0.26% 0.28% -
HSV(B) 120º 0.42% 0.35% -
XYZ 5.61 8.12 4.52 -
YUV 73.72 115.74 112.51 -
System Red Green Blue C M Y K H S L
Decimal 52 89 52 0.42 0 0.42 0.65 120 0.26 0.28
Hex 34 59 34 2A 0 2A 41 78 1A 1C
Octal 64 131 64 52 0 52 101 170 32 34
Binary 110100 1011001 110100 101010 0 101010 1000001 1111000 11010 11100

Color Harmonies of #345934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345934

Black with #345934

Text Example


Text Example

White with #345934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345934; }

 p { color: rgb(52,89,52); }

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

background-color css

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

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

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

border-color css

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

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

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