Html Css Color HEX #506714 Verdun Green

📋 copy color: '#506714'

red 80 ◦ green 103 ◦ blue 20

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

Shades of Verdun Green #506714

Tints of Verdun Green #506714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 39.41%
G = 50.74%
B = 9.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#506714 (or 0x506714) is known color: Verdun Green. HEX triplet: 50, 67 and 14. RGB value is (80,103,20). Sum of RGB (Red+Green+Blue) = 80+103+20=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 103 (40.62% from 255 or 50.74% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 103 - color contains mainly: green. Hex color #506714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506714 is #AF98EB. Grayscale: #565656. Windows color (decimal): -11507948 or 1337168. OLE color: 1337168.

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

Color convert

RGB 80 103 20 -
CMYK 0.22 0 0.81 0.60
HSL 76.63º 0.67% 0.24% -
HSV(B) 76.63º 0.81% 0.4% -
XYZ 8.28 11.46 2.44 -
YUV 86.66 90.38 123.25 -
System Red Green Blue C M Y K H S L
Decimal 80 103 20 0.22 0 0.81 0.60 76.63 0.67 0.24
Hex 50 67 14 16 0 51 3C 4D 43 18
Octal 120 147 24 26 0 121 74 115 103 30
Binary 1010000 1100111 10100 10110 0 1010001 111100 1001101 1000011 11000

Color Harmonies of #506714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506714

Black with #506714

Text Example


Text Example

White with #506714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506714; }

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

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

background-color css

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

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

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

border-color css

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

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

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