Html Css Color HEX #504F10 Verdun Green

📋 copy color: '#504F10'

red 80 ◦ green 79 ◦ blue 16

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

Shades of Verdun Green #504F10

Tints of Verdun Green #504F10

RGB

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

 GREEN value IS 79 (31.25% from 255) = 45.14%

 BLUE value IS 16 (6.64% from 255) = 9.14%

R = 45.71%
G = 45.14%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#504F10 (or 0x504F10) is known color: Verdun Green. HEX triplet: 50, 4F and 10. RGB value is (80,79,16). Sum of RGB (Red+Green+Blue) = 80+79+16=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #504F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504F10 is #AFB0EF. Grayscale: #484848. Windows color (decimal): -11514096 or 1068880. OLE color: 1068880.

HSL color Cylindrical-coordinate representation of color #504F10: hue angle of 59.06º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #504F10 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 79 16 -
CMYK 0 0.01 0.80 0.69
HSL 59.06º 0.67% 0.19% -
HSV(B) 59.06º 0.8% 0.31% -
XYZ 6.2 7.33 1.58 -
YUV 72.12 96.33 133.62 -
System Red Green Blue C M Y K H S L
Decimal 80 79 16 0 0.01 0.80 0.69 59.06 0.67 0.19
Hex 50 4F 10 0 1 50 45 3B 43 13
Octal 120 117 20 0 1 120 105 73 103 23
Binary 1010000 1001111 10000 0 1 1010000 1000101 111011 1000011 10011

Color Harmonies of #504F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504F10

Black with #504F10

Text Example


Text Example

White with #504F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504F10; }

 p { color: rgb(80,79,16); }

 H1.HeaderClassName
 {
   color: #504F10;
 }
 .AnyTagClassName
 {
   color: #504F10;
 }
</style>

background-color css

<style>
 a { background-color: #504F10; }

 a { background-color: rgb(80,79,16); }

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

border-color css

<style>
 span { border-color: #504F10; }

 span { border-color: rgb(80,79,16); }

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