Html Css Color HEX #5A8345 Glade Green

📋 copy color: '#5A8345'

red 90 ◦ green 131 ◦ blue 69

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

Shades of Glade Green #5A8345

Tints of Glade Green #5A8345

RGB

 RED value IS 90 (35.55% from 255) = 31.03%

 GREEN value IS 131 (51.56% from 255) = 45.17%

 BLUE value IS 69 (27.34% from 255) = 23.79%

R = 31.03%
G = 45.17%
B = 23.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#5A8345 (or 0x5A8345) is known color: Glade Green. HEX triplet: 5A, 83 and 45. RGB value is (90,131,69). Sum of RGB (Red+Green+Blue) = 90+131+69=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #5A8345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8345 is #A57CBA. Grayscale: #6F6F6F. Windows color (decimal): -10845371 or 4555610. OLE color: 4555610.

HSL color Cylindrical-coordinate representation of color #5A8345: hue angle of 99.68º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A8345 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 90 131 69 -
CMYK 0.31 0 0.47 0.49
HSL 99.68º 0.31% 0.39% -
HSV(B) 99.68º 0.47% 0.51% -
XYZ 13.41 18.84 8.56 -
YUV 111.67 103.92 112.54 -
System Red Green Blue C M Y K H S L
Decimal 90 131 69 0.31 0 0.47 0.49 99.68 0.31 0.39
Hex 5A 83 45 1F 0 2F 31 64 1F 27
Octal 132 203 105 37 0 57 61 144 37 47
Binary 1011010 10000011 1000101 11111 0 101111 110001 1100100 11111 100111

Color Harmonies of #5A8345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8345

Black with #5A8345

Text Example


Text Example

White with #5A8345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A8345; }

 p { color: rgb(90,131,69); }

 H1.HeaderClassName
 {
   color: #5A8345;
 }
 .AnyTagClassName
 {
   color: #5A8345;
 }
</style>

background-color css

<style>
 a { background-color: #5A8345; }

 a { background-color: rgb(90,131,69); }

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

border-color css

<style>
 span { border-color: #5A8345; }

 span { border-color: rgb(90,131,69); }

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