Html Css Color HEX #506614 Verdun Green

📋 copy color: '#506614'

red 80 ◦ green 102 ◦ blue 20

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

Shades of Verdun Green #506614

Tints of Verdun Green #506614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 50.5%

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

R = 39.6%
G = 50.5%
B = 9.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#506614 (or 0x506614) is known color: Verdun Green. HEX triplet: 50, 66 and 14. RGB value is (80,102,20). Sum of RGB (Red+Green+Blue) = 80+102+20=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 102 (40.23% from 255 or 50.50% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 102 - color contains mainly: green. Hex color #506614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506614 is #AF99EB. Grayscale: #565656. Windows color (decimal): -11508204 or 1336912. OLE color: 1336912.

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

Color convert

RGB 80 102 20 -
CMYK 0.22 0 0.80 0.6
HSL 76.1º 0.67% 0.24% -
HSV(B) 76.1º 0.8% 0.4% -
XYZ 8.19 11.26 2.4 -
YUV 86.07 90.71 123.67 -
System Red Green Blue C M Y K H S L
Decimal 80 102 20 0.22 0 0.80 0.6 76.1 0.67 0.24
Hex 50 66 14 16 0 50 3C 4C 43 18
Octal 120 146 24 26 0 120 74 114 103 30
Binary 1010000 1100110 10100 10110 0 1010000 111100 1001100 1000011 11000

Color Harmonies of #506614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506614

Black with #506614

Text Example


Text Example

White with #506614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506614; }

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

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

background-color css

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

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

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

border-color css

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

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

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