#5F934C

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

Shades of Glade Green #5F934C

Tints of Glade Green #5F934C

Color information

#5F934C (or 0x5F934C) is unknown color: approx Glade Green. HEX triplet: 5F, 93 and 4C. RGB value is (95,147,76). Sum of RGB (Red+Green+Blue) = 95+147+76=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #5F934C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F934C is #A06CB3. Grayscale: #7B7B7B. Windows color (decimal): -10513588 or 5018463. OLE color: 5018463.

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

Color convert

RGB9514776-
CMYK0.3500.480.42
HSL103.94º31.84%43.73%-
HSV(B)103.94º48.3%57.65%-
XYZ16.4623.8210.57-
YUV123.36101.27107.77-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.87%
GREEN value IS 147 (57.81% from 255) = 46.23%
BLUE value IS 76 (30.08% from 255) = 23.90%
R=29.87%
G=46.23%
B=23.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal95147760.3500.480.42103.9431.8443.73
Hex5F934C230302A68202c
Octal13722311443060521504054
Binary101111110010011100110010001101100001010101101000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,147,76); }

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

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

 a { background-color: rgb(95,147,76); }

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

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

 span { border-color: rgb(95,147,76); }

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