Html Css Color HEX #5F8050 Glade Green

📋 copy color: '#5F8050'

red 95 ◦ green 128 ◦ blue 80

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

Shades of Glade Green #5F8050

Tints of Glade Green #5F8050

RGB

 RED value IS 95 (37.5% from 255) = 31.35%

 GREEN value IS 128 (50.39% from 255) = 42.24%

 BLUE value IS 80 (31.64% from 255) = 26.4%

R = 31.35%
G = 42.24%
B = 26.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#5F8050 (or 0x5F8050) is known color: Glade Green. HEX triplet: 5F, 80 and 50. RGB value is (95,128,80). Sum of RGB (Red+Green+Blue) = 95+128+80=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 128 - color contains mainly: green. Hex color #5F8050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8050 is #A07FAF. Grayscale: #707070. Windows color (decimal): -10518448 or 5275743. OLE color: 5275743.

HSL color Cylindrical-coordinate representation of color #5F8050: hue angle of 101.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F8050 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 95 128 80 -
CMYK 0.26 0 0.38 0.50
HSL 101.25º 0.23% 0.41% -
HSV(B) 101.25º 0.38% 0.5% -
XYZ 13.89 18.45 10.42 -
YUV 112.66 109.57 115.4 -
System Red Green Blue C M Y K H S L
Decimal 95 128 80 0.26 0 0.38 0.50 101.25 0.23 0.41
Hex 5F 80 50 1A 0 26 32 65 17 29
Octal 137 200 120 32 0 46 62 145 27 51
Binary 1011111 10000000 1010000 11010 0 100110 110010 1100101 10111 101001

Color Harmonies of #5F8050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8050

Black with #5F8050

Text Example


Text Example

White with #5F8050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,128,80); }

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

background-color css

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

 a { background-color: rgb(95,128,80); }

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

border-color css

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

 span { border-color: rgb(95,128,80); }

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