Html Css Color HEX #505E00 Verdun Green

📋 copy color: '#505E00'

red 80 ◦ green 94 ◦ blue 0

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

Shades of Verdun Green #505E00

Tints of Verdun Green #505E00

RGB

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

 GREEN value IS 94 (37.11% from 255) = 54.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.98%
G = 54.02%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.63

RGB Variations

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

Color information

#505E00 (or 0x505E00) is known color: Verdun Green. HEX triplet: 50, 5E and 00. RGB value is (80,94,0). Sum of RGB (Red+Green+Blue) = 80+94+0=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 94 (37.11% from 255 or 54.02% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 94 - color contains mainly: green. Hex color #505E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505E00 is #AFA1FF. Grayscale: #4F4F4F. Windows color (decimal): -11510272 or 24144. OLE color: 24144.

HSL color Cylindrical-coordinate representation of color #505E00: hue angle of 68.94º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #505E00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 94 0 -
CMYK 0.15 0 1 0.63
HSL 68.94º 1% 0.18% -
HSV(B) 68.94º 1% 0.37% -
XYZ 7.31 9.71 1.49 -
YUV 79.1 83.36 128.64 -
System Red Green Blue C M Y K H S L
Decimal 80 94 0 0.15 0 1 0.63 68.94 1 0.18
Hex 50 5E 0 F 0 64 3F 45 64 12
Octal 120 136 0 17 0 144 77 105 144 22
Binary 1010000 1011110 0 1111 0 1100100 111111 1000101 1100100 10010

Color Harmonies of #505E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505E00

Black with #505E00

Text Example


Text Example

White with #505E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,94,0); }

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

background-color css

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

 a { background-color: rgb(80,94,0); }

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

border-color css

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

 span { border-color: rgb(80,94,0); }

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