Html Css Color HEX #506713 Verdun Green

📋 copy color: '#506713'

red 80 ◦ green 103 ◦ blue 19

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

Shades of Verdun Green #506713

Tints of Verdun Green #506713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 50.99%

 BLUE value IS 19 (7.81% from 255) = 9.41%

R = 39.6%
G = 50.99%
B = 9.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#506713 (or 0x506713) is known color: Verdun Green. HEX triplet: 50, 67 and 13. RGB value is (80,103,19). Sum of RGB (Red+Green+Blue) = 80+103+19=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 103 (40.62% from 255 or 50.99% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 103 - color contains mainly: green. Hex color #506713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506713 is #AF98EC. Grayscale: #565656. Windows color (decimal): -11507949 or 1271632. OLE color: 1271632.

HSL color Cylindrical-coordinate representation of color #506713: hue angle of 76.43º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #506713 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 103 19 -
CMYK 0.22 0 0.82 0.60
HSL 76.43º 0.69% 0.24% -
HSV(B) 76.43º 0.82% 0.4% -
XYZ 8.28 11.45 2.39 -
YUV 86.55 89.88 123.33 -
System Red Green Blue C M Y K H S L
Decimal 80 103 19 0.22 0 0.82 0.60 76.43 0.69 0.24
Hex 50 67 13 16 0 52 3C 4C 45 18
Octal 120 147 23 26 0 122 74 114 105 30
Binary 1010000 1100111 10011 10110 0 1010010 111100 1001100 1000101 11000

Color Harmonies of #506713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506713

Black with #506713

Text Example


Text Example

White with #506713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506713; }

 p { color: rgb(80,103,19); }

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

background-color css

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

 a { background-color: rgb(80,103,19); }

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

border-color css

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

 span { border-color: rgb(80,103,19); }

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