#5e934b

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

Shades of Glade Green #5E934B

Tints of Glade Green #5E934B

Color information

#5E934B (or 0x5E934B) is unknown color: approx Glade Green. HEX triplet: 5E, 93 and 4B. RGB value is (94,147,75). Sum of RGB (Red+Green+Blue) = 94+147+75=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #5E934B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E934B is #A16CB4. Grayscale: #7B7B7B. Windows color (decimal): -10579125 or 4952926. OLE color: 4952926.

HSL color Cylindrical-coordinate representation of color #5E934B: hue angle of 104.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E934B is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB9414775-
CMYK0.3600.490.42
HSL104.17º32.43%43.53%-
HSV(B)104.17º48.98%57.65%-
XYZ16.3223.7610.38-
YUV122.94100.94107.35-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.75%
GREEN value IS 147 (57.81% from 255) = 46.52%
BLUE value IS 75 (29.69% from 255) = 23.73%
R=29.75%
G=46.52%
B=23.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal94147750.3600.490.42104.1732.4343.53
Hex5E934B240312A68202c
Octal13622311344061521504054
Binary101111010010011100101110010001100011010101101000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e934b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,147,75); }

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

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

 a { background-color: rgb(94,147,75); }

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

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

 span { border-color: rgb(94,147,75); }

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