#5A864B

Color #5A864B Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #5A864B

Tints of Glade Green #5A864B

Color information

#5A864B (or 0x5A864B) is unknown color: approx Glade Green. HEX triplet: 5A, 86 and 4B. RGB value is (90,134,75). Sum of RGB (Red+Green+Blue) = 90+134+75=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #5A864B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A864B is #A579B4. Grayscale: #727272. Windows color (decimal): -10844597 or 4949594. OLE color: 4949594.

HSL color Cylindrical-coordinate representation of color #5A864B: hue angle of 104.75º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A864B is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB9013475-
CMYK0.3300.440.47
HSL104.75º28.23%40.98%-
HSV(B)104.75º44.03%52.55%-
XYZ14.0119.739.73-
YUV114.12105.92110.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.10%
GREEN value IS 134 (52.73% from 255) = 44.82%
BLUE value IS 75 (29.69% from 255) = 25.08%
R=30.10%
G=44.82%
B=25.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal90134750.3300.440.47104.7528.2340.98
Hex5A864B2102C2F691c29
Octal13220611341054571513451
Binary10110101000011010010111000010101100101111110100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A864B;
 }
 .AnyTagClassName
 {
   color: #5A864B;
 }
</style>
background-color css

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

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

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

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

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

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