Html Css Color HEX #5A824B Glade Green

📋 copy color: '#5A824B'

red 90 ◦ green 130 ◦ blue 75

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

Shades of Glade Green #5A824B

Tints of Glade Green #5A824B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.07%

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

R = 30.51%
G = 44.07%
B = 25.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#5A824B (or 0x5A824B) is known color: Glade Green. HEX triplet: 5A, 82 and 4B. RGB value is (90,130,75). Sum of RGB (Red+Green+Blue) = 90+130+75=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #5A824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A824B is #A57DB4. Grayscale: #6F6F6F. Windows color (decimal): -10845621 or 4948570. OLE color: 4948570.

HSL color Cylindrical-coordinate representation of color #5A824B: hue angle of 103.64º degrees, saturation: 0.27, 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 #5A824B is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 90 130 75 -
CMYK 0.31 0 0.42 0.49
HSL 103.64º 0.27% 0.4% -
HSV(B) 103.64º 0.42% 0.51% -
XYZ 13.47 18.65 9.55 -
YUV 111.77 107.25 112.47 -
System Red Green Blue C M Y K H S L
Decimal 90 130 75 0.31 0 0.42 0.49 103.64 0.27 0.4
Hex 5A 82 4B 1F 0 2A 31 68 1B 28
Octal 132 202 113 37 0 52 61 150 33 50
Binary 1011010 10000010 1001011 11111 0 101010 110001 1101000 11011 101000

Color Harmonies of #5A824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A824B

Black with #5A824B

Text Example


Text Example

White with #5A824B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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