Html Css Color HEX #505F11 Verdun Green

📋 copy color: '#505F11'

red 80 ◦ green 95 ◦ blue 17

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

Shades of Verdun Green #505F11

Tints of Verdun Green #505F11

RGB

 RED value IS 80 (31.64% from 255) = 41.67%

 GREEN value IS 95 (37.5% from 255) = 49.48%

 BLUE value IS 17 (7.03% from 255) = 8.85%

R = 41.67%
G = 49.48%
B = 8.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.63

RGB Variations

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

Color information

#505F11 (or 0x505F11) is known color: Verdun Green. HEX triplet: 50, 5F and 11. RGB value is (80,95,17). Sum of RGB (Red+Green+Blue) = 80+95+17=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 95 (37.5% from 255 or 49.48% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 95 - color contains mainly: green. Hex color #505F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505F11 is #AFA0EE. Grayscale: #515151. Windows color (decimal): -11509999 or 1138512. OLE color: 1138512.

HSL color Cylindrical-coordinate representation of color #505F11: hue angle of 71.54º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #505F11 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 95 17 -
CMYK 0.16 0 0.82 0.63
HSL 71.54º 0.7% 0.22% -
HSV(B) 71.54º 0.82% 0.37% -
XYZ 7.5 9.93 2.05 -
YUV 81.62 91.53 126.84 -
System Red Green Blue C M Y K H S L
Decimal 80 95 17 0.16 0 0.82 0.63 71.54 0.7 0.22
Hex 50 5F 11 10 0 52 3F 48 46 16
Octal 120 137 21 20 0 122 77 110 106 26
Binary 1010000 1011111 10001 10000 0 1010010 111111 1001000 1000110 10110

Color Harmonies of #505F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505F11

Black with #505F11

Text Example


Text Example

White with #505F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505F11; }

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

 H1.HeaderClassName
 {
   color: #505F11;
 }
 .AnyTagClassName
 {
   color: #505F11;
 }
</style>

background-color css

<style>
 a { background-color: #505F11; }

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

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

border-color css

<style>
 span { border-color: #505F11; }

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

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