Html Css Color HEX #5A814B Glade Green

📋 copy color: '#5A814B'

red 90 ◦ green 129 ◦ blue 75

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

Shades of Glade Green #5A814B

Tints of Glade Green #5A814B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.51%

R = 30.61%
G = 43.88%
B = 25.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#5A814B (or 0x5A814B) is known color: Glade Green. HEX triplet: 5A, 81 and 4B. RGB value is (90,129,75). Sum of RGB (Red+Green+Blue) = 90+129+75=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #5A814B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A814B is #A57EB4. Grayscale: #6F6F6F. Windows color (decimal): -10845877 or 4948314. OLE color: 4948314.

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

Color convert

RGB 90 129 75 -
CMYK 0.30 0 0.42 0.49
HSL 103.33º 0.26% 0.4% -
HSV(B) 103.33º 0.42% 0.51% -
XYZ 13.34 18.38 9.5 -
YUV 111.18 107.58 112.89 -
System Red Green Blue C M Y K H S L
Decimal 90 129 75 0.30 0 0.42 0.49 103.33 0.26 0.4
Hex 5A 81 4B 1E 0 2A 31 67 1A 28
Octal 132 201 113 36 0 52 61 147 32 50
Binary 1011010 10000001 1001011 11110 0 101010 110001 1100111 11010 101000

Color Harmonies of #5A814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A814B

Black with #5A814B

Text Example


Text Example

White with #5A814B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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