Html Css Color HEX #506316 Verdun Green

📋 copy color: '#506316'

red 80 ◦ green 99 ◦ blue 22

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

Shades of Verdun Green #506316

Tints of Verdun Green #506316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 49.25%

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

R = 39.8%
G = 49.25%
B = 10.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#506316 (or 0x506316) is known color: Verdun Green. HEX triplet: 50, 63 and 16. RGB value is (80,99,22). Sum of RGB (Red+Green+Blue) = 80+99+22=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #506316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506316 is #AF9CE9. Grayscale: #545454. Windows color (decimal): -11508970 or 1467216. OLE color: 1467216.

HSL color Cylindrical-coordinate representation of color #506316: hue angle of 74.81º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #506316 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 99 22 -
CMYK 0.19 0 0.78 0.61
HSL 74.81º 0.64% 0.24% -
HSV(B) 74.81º 0.78% 0.39% -
XYZ 7.91 10.69 2.4 -
YUV 84.54 92.71 124.76 -
System Red Green Blue C M Y K H S L
Decimal 80 99 22 0.19 0 0.78 0.61 74.81 0.64 0.24
Hex 50 63 16 13 0 4E 3D 4B 40 18
Octal 120 143 26 23 0 116 75 113 100 30
Binary 1010000 1100011 10110 10011 0 1001110 111101 1001011 1000000 11000

Color Harmonies of #506316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506316

Black with #506316

Text Example


Text Example

White with #506316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506316; }

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

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

background-color css

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

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

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

border-color css

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

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

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