Html Css Color HEX #5F9446 Glade Green

📋 copy color: '#5F9446'

red 95 ◦ green 148 ◦ blue 70

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

Shades of Glade Green #5F9446

Tints of Glade Green #5F9446

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.28%

 BLUE value IS 70 (27.73% from 255) = 22.36%

R = 30.35%
G = 47.28%
B = 22.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#5F9446 (or 0x5F9446) is known color: Glade Green. HEX triplet: 5F, 94 and 46. RGB value is (95,148,70). Sum of RGB (Red+Green+Blue) = 95+148+70=313 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.35% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #5F9446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9446 is #A06BB9. Grayscale: #7B7B7B. Windows color (decimal): -10513338 or 4625503. OLE color: 4625503.

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

Color convert

RGB 95 148 70 -
CMYK 0.36 0 0.53 0.42
HSL 100.77º 0.36% 0.43% -
HSV(B) 100.77º 0.53% 0.58% -
XYZ 16.41 24.05 9.57 -
YUV 123.26 97.94 107.84 -
System Red Green Blue C M Y K H S L
Decimal 95 148 70 0.36 0 0.53 0.42 100.77 0.36 0.43
Hex 5F 94 46 24 0 35 2A 65 24 2B
Octal 137 224 106 44 0 65 52 145 44 53
Binary 1011111 10010100 1000110 100100 0 110101 101010 1100101 100100 101011

Color Harmonies of #5F9446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9446

Black with #5F9446

Text Example


Text Example

White with #5F9446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,148,70); }

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

background-color css

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

 a { background-color: rgb(95,148,70); }

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

border-color css

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

 span { border-color: rgb(95,148,70); }

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