Html Css Color HEX #345935 Parsley

📋 copy color: '#345935'

red 52 ◦ green 89 ◦ blue 53

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

Shades of Parsley #345935

Tints of Parsley #345935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 27.32%

R = 26.8%
G = 45.88%
B = 27.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#345935 (or 0x345935) is known color: Parsley. HEX triplet: 34, 59 and 35. RGB value is (52,89,53). Sum of RGB (Red+Green+Blue) = 52+89+53=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 89 - color contains mainly: green. Hex color #345935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345935 is #CBA6CA. Grayscale: #494949. Windows color (decimal): -13346507 or 3496244. OLE color: 3496244.

HSL color Cylindrical-coordinate representation of color #345935: hue angle of 121.62º 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 #345935 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 89 53 -
CMYK 0.42 0 0.40 0.65
HSL 121.62º 0.26% 0.28% -
HSV(B) 121.62º 0.42% 0.35% -
XYZ 5.63 8.13 4.64 -
YUV 73.83 116.24 112.43 -
System Red Green Blue C M Y K H S L
Decimal 52 89 53 0.42 0 0.40 0.65 121.62 0.26 0.28
Hex 34 59 35 2A 0 28 41 7A 1A 1C
Octal 64 131 65 52 0 50 101 172 32 34
Binary 110100 1011001 110101 101010 0 101000 1000001 1111010 11010 11100

Color Harmonies of #345935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345935

Black with #345935

Text Example


Text Example

White with #345935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345935; }

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

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

background-color css

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

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

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

border-color css

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

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

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