Html Css Color HEX #345A38 Parsley

📋 copy color: '#345A38'

red 52 ◦ green 90 ◦ blue 56

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

Shades of Parsley #345A38

Tints of Parsley #345A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 28.28%

R = 26.26%
G = 45.45%
B = 28.28%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#345A38 (or 0x345A38) is known color: Parsley. HEX triplet: 34, 5A and 38. RGB value is (52,90,56). Sum of RGB (Red+Green+Blue) = 52+90+56=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #345A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A38 is #CBA5C7. Grayscale: #4A4A4A. Windows color (decimal): -13346248 or 3693108. OLE color: 3693108.

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

Color convert

RGB 52 90 56 -
CMYK 0.42 0 0.38 0.65
HSL 126.32º 0.27% 0.28% -
HSV(B) 126.32º 0.42% 0.35% -
XYZ 5.79 8.33 5.04 -
YUV 74.76 117.41 111.76 -
System Red Green Blue C M Y K H S L
Decimal 52 90 56 0.42 0 0.38 0.65 126.32 0.27 0.28
Hex 34 5A 38 2A 0 26 41 7E 1B 1C
Octal 64 132 70 52 0 46 101 176 33 34
Binary 110100 1011010 111000 101010 0 100110 1000001 1111110 11011 11100

Color Harmonies of #345A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A38

Black with #345A38

Text Example


Text Example

White with #345A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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