Html Css Color HEX #345A37 Parsley

📋 copy color: '#345A37'

red 52 ◦ green 90 ◦ blue 55

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

Shades of Parsley #345A37

Tints of Parsley #345A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 27.92%

R = 26.4%
G = 45.69%
B = 27.92%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#345A37 (or 0x345A37) is known color: Parsley. HEX triplet: 34, 5A and 37. RGB value is (52,90,55). Sum of RGB (Red+Green+Blue) = 52+90+55=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #345A37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A37 is #CBA5C8. Grayscale: #4A4A4A. Windows color (decimal): -13346249 or 3627572. OLE color: 3627572.

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

Color convert

RGB 52 90 55 -
CMYK 0.42 0 0.39 0.65
HSL 124.74º 0.27% 0.28% -
HSV(B) 124.74º 0.42% 0.35% -
XYZ 5.76 8.32 4.92 -
YUV 74.65 116.91 111.85 -
System Red Green Blue C M Y K H S L
Decimal 52 90 55 0.42 0 0.39 0.65 124.74 0.27 0.28
Hex 34 5A 37 2A 0 27 41 7D 1B 1C
Octal 64 132 67 52 0 47 101 175 33 34
Binary 110100 1011010 110111 101010 0 100111 1000001 1111101 11011 11100

Color Harmonies of #345A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A37

Black with #345A37

Text Example


Text Example

White with #345A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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