Html Css Color HEX #345D36 Parsley

📋 copy color: '#345D36'

red 52 ◦ green 93 ◦ blue 54

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

Shades of Parsley #345D36

Tints of Parsley #345D36

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.73%

 BLUE value IS 54 (21.48% from 255) = 27.14%

R = 26.13%
G = 46.73%
B = 27.14%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#345D36 (or 0x345D36) is known color: Parsley. HEX triplet: 34, 5D and 36. RGB value is (52,93,54). Sum of RGB (Red+Green+Blue) = 52+93+54=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 93 - color contains mainly: green. Hex color #345D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345D36 is #CBA2C9. Grayscale: #4C4C4C. Windows color (decimal): -13345482 or 3562804. OLE color: 3562804.

HSL color Cylindrical-coordinate representation of color #345D36: hue angle of 122.93º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #345D36 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 93 54 -
CMYK 0.44 0 0.42 0.64
HSL 122.93º 0.28% 0.28% -
HSV(B) 122.93º 0.44% 0.36% -
XYZ 6 8.83 4.88 -
YUV 76.3 115.42 110.67 -
System Red Green Blue C M Y K H S L
Decimal 52 93 54 0.44 0 0.42 0.64 122.93 0.28 0.28
Hex 34 5D 36 2C 0 2A 40 7B 1C 1C
Octal 64 135 66 54 0 52 100 173 34 34
Binary 110100 1011101 110110 101100 0 101010 1000000 1111011 11100 11100

Color Harmonies of #345D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345D36

Black with #345D36

Text Example


Text Example

White with #345D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,93,54); }

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

background-color css

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

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

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

border-color css

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

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

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