Html Css Color HEX #5A8252 Glade Green

📋 copy color: '#5A8252'

red 90 ◦ green 130 ◦ blue 82

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

Shades of Glade Green #5A8252

Tints of Glade Green #5A8252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.15%

R = 29.8%
G = 43.05%
B = 27.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#5A8252 (or 0x5A8252) is known color: Glade Green. HEX triplet: 5A, 82 and 52. RGB value is (90,130,82). Sum of RGB (Red+Green+Blue) = 90+130+82=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #5A8252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8252 is #A57DAD. Grayscale: #707070. Windows color (decimal): -10845614 or 5407322. OLE color: 5407322.

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

Color convert

RGB 90 130 82 -
CMYK 0.31 0 0.37 0.49
HSL 110º 0.23% 0.42% -
HSV(B) 110º 0.37% 0.51% -
XYZ 13.72 18.75 10.88 -
YUV 112.57 110.75 111.9 -
System Red Green Blue C M Y K H S L
Decimal 90 130 82 0.31 0 0.37 0.49 110 0.23 0.42
Hex 5A 82 52 1F 0 25 31 6E 17 2A
Octal 132 202 122 37 0 45 61 156 27 52
Binary 1011010 10000010 1010010 11111 0 100101 110001 1101110 10111 101010

Color Harmonies of #5A8252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8252

Black with #5A8252

Text Example


Text Example

White with #5A8252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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