Html Css Color HEX #506816 Verdun Green

📋 copy color: '#506816'

red 80 ◦ green 104 ◦ blue 22

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

Shades of Verdun Green #506816

Tints of Verdun Green #506816

RGB

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

 GREEN value IS 104 (41.02% from 255) = 50.49%

 BLUE value IS 22 (8.98% from 255) = 10.68%

R = 38.83%
G = 50.49%
B = 10.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#506816 (or 0x506816) is known color: Verdun Green. HEX triplet: 50, 68 and 16. RGB value is (80,104,22). Sum of RGB (Red+Green+Blue) = 80+104+22=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #506816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506816 is #AF97E9. Grayscale: #575757. Windows color (decimal): -11507690 or 1468496. OLE color: 1468496.

HSL color Cylindrical-coordinate representation of color #506816: hue angle of 77.56º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #506816 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 22 -
CMYK 0.23 0 0.79 0.59
HSL 77.56º 0.65% 0.25% -
HSV(B) 77.56º 0.79% 0.41% -
XYZ 8.4 11.66 2.57 -
YUV 87.48 91.05 122.67 -
System Red Green Blue C M Y K H S L
Decimal 80 104 22 0.23 0 0.79 0.59 77.56 0.65 0.25
Hex 50 68 16 17 0 4F 3B 4E 41 19
Octal 120 150 26 27 0 117 73 116 101 31
Binary 1010000 1101000 10110 10111 0 1001111 111011 1001110 1000001 11001

Color Harmonies of #506816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506816

Black with #506816

Text Example


Text Example

White with #506816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506816; }

 p { color: rgb(80,104,22); }

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

background-color css

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

 a { background-color: rgb(80,104,22); }

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

border-color css

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

 span { border-color: rgb(80,104,22); }

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