Html Css Color HEX #345E36 Parsley

📋 copy color: '#345E36'

red 52 ◦ green 94 ◦ blue 54

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

Shades of Parsley #345E36

Tints of Parsley #345E36

RGB

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

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

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

R = 26%
G = 47%
B = 27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.43

 K value IS 0.63

RGB Variations

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

Color information

#345E36 (or 0x345E36) is known color: Parsley. HEX triplet: 34, 5E and 36. RGB value is (52,94,54). Sum of RGB (Red+Green+Blue) = 52+94+54=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 94 (37.11% from 255 or 47% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 94 - color contains mainly: green. Hex color #345E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345E36 is #CBA1C9. Grayscale: #4C4C4C. Windows color (decimal): -13345226 or 3563060. OLE color: 3563060.

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

Color convert

RGB 52 94 54 -
CMYK 0.45 0 0.43 0.63
HSL 122.86º 0.29% 0.29% -
HSV(B) 122.86º 0.45% 0.37% -
XYZ 6.08 9 4.91 -
YUV 76.88 115.09 110.25 -
System Red Green Blue C M Y K H S L
Decimal 52 94 54 0.45 0 0.43 0.63 122.86 0.29 0.29
Hex 34 5E 36 2D 0 2B 3F 7B 1D 1D
Octal 64 136 66 55 0 53 77 173 35 35
Binary 110100 1011110 110110 101101 0 101011 111111 1111011 11101 11101

Color Harmonies of #345E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345E36

Black with #345E36

Text Example


Text Example

White with #345E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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