#5B8A4B

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

Shades of Glade Green #5B8A4B

Tints of Glade Green #5B8A4B

Color information

#5B8A4B (or 0x5B8A4B) is unknown color: approx Glade Green. HEX triplet: 5B, 8A and 4B. RGB value is (91,138,75). Sum of RGB (Red+Green+Blue) = 91+138+75=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 138 - color contains mainly: green. Hex color #5B8A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B8A4B is #A475B4. Grayscale: #747474. Windows color (decimal): -10778037 or 4950619. OLE color: 4950619.

HSL color Cylindrical-coordinate representation of color #5B8A4B: hue angle of 104.76º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B8A4B is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB9113875-
CMYK0.3400.460.46
HSL104.76º29.58%41.76%-
HSV(B)104.76º45.65%54.12%-
XYZ14.6720.919.92-
YUV116.76104.43109.62-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.93%
GREEN value IS 138 (54.30% from 255) = 45.39%
BLUE value IS 75 (29.69% from 255) = 24.67%
R=29.93%
G=45.39%
B=24.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91138750.3400.460.46104.7629.5841.76
Hex5B8A4B2202E2E691e2a
Octal13321211342056561513652
Binary10110111000101010010111000100101110101110110100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,138,75); }

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

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

 a { background-color: rgb(91,138,75); }

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

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

 span { border-color: rgb(91,138,75); }

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