Html Css Color HEX #5A814E Glade Green

📋 copy color: '#5A814E'

red 90 ◦ green 129 ◦ blue 78

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

Shades of Glade Green #5A814E

Tints of Glade Green #5A814E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.43%

 BLUE value IS 78 (30.86% from 255) = 26.26%

R = 30.3%
G = 43.43%
B = 26.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#5A814E (or 0x5A814E) is known color: Glade Green. HEX triplet: 5A, 81 and 4E. RGB value is (90,129,78). Sum of RGB (Red+Green+Blue) = 90+129+78=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #5A814E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A814E is #A57EB1. Grayscale: #6F6F6F. Windows color (decimal): -10845874 or 5144922. OLE color: 5144922.

HSL color Cylindrical-coordinate representation of color #5A814E: hue angle of 105.88º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A814E is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 90 129 78 -
CMYK 0.30 0 0.40 0.49
HSL 105.88º 0.25% 0.41% -
HSV(B) 105.88º 0.4% 0.51% -
XYZ 13.44 18.42 10.06 -
YUV 111.53 109.08 112.65 -
System Red Green Blue C M Y K H S L
Decimal 90 129 78 0.30 0 0.40 0.49 105.88 0.25 0.41
Hex 5A 81 4E 1E 0 28 31 6A 19 29
Octal 132 201 116 36 0 50 61 152 31 51
Binary 1011010 10000001 1001110 11110 0 101000 110001 1101010 11001 101001

Color Harmonies of #5A814E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A814E

Black with #5A814E

Text Example


Text Example

White with #5A814E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,129,78); }

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

background-color css

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

 a { background-color: rgb(90,129,78); }

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

border-color css

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

 span { border-color: rgb(90,129,78); }

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