Html Css Color HEX #345A35 Parsley

📋 copy color: '#345A35'

red 52 ◦ green 90 ◦ blue 53

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

Shades of Parsley #345A35

Tints of Parsley #345A35

RGB

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

 GREEN value IS 90 (35.55% from 255) = 46.15%

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

R = 26.67%
G = 46.15%
B = 27.18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#345A35 (or 0x345A35) is known color: Parsley. HEX triplet: 34, 5A and 35. RGB value is (52,90,53). Sum of RGB (Red+Green+Blue) = 52+90+53=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #345A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A35 is #CBA5CA. Grayscale: #4A4A4A. Windows color (decimal): -13346251 or 3496500. OLE color: 3496500.

HSL color Cylindrical-coordinate representation of color #345A35: hue angle of 121.58º degrees, saturation: 0.27, 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 #345A35 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 90 53 -
CMYK 0.42 0 0.41 0.65
HSL 121.58º 0.27% 0.28% -
HSV(B) 121.58º 0.42% 0.35% -
XYZ 5.71 8.3 4.67 -
YUV 74.42 115.91 112.01 -
System Red Green Blue C M Y K H S L
Decimal 52 90 53 0.42 0 0.41 0.65 121.58 0.27 0.28
Hex 34 5A 35 2A 0 29 41 7A 1B 1C
Octal 64 132 65 52 0 51 101 172 33 34
Binary 110100 1011010 110101 101010 0 101001 1000001 1111010 11011 11100

Color Harmonies of #345A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A35

Black with #345A35

Text Example


Text Example

White with #345A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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