Html Css Color HEX #506617 Verdun Green

📋 copy color: '#506617'

red 80 ◦ green 102 ◦ blue 23

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

Shades of Verdun Green #506617

Tints of Verdun Green #506617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.22%

R = 39.02%
G = 49.76%
B = 11.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#506617 (or 0x506617) is known color: Verdun Green. HEX triplet: 50, 66 and 17. RGB value is (80,102,23). Sum of RGB (Red+Green+Blue) = 80+102+23=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #506617 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506617 is #AF99E8. Grayscale: #565656. Windows color (decimal): -11508201 or 1533520. OLE color: 1533520.

HSL color Cylindrical-coordinate representation of color #506617: hue angle of 76.71º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #506617 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 102 23 -
CMYK 0.22 0 0.77 0.6
HSL 76.71º 0.63% 0.25% -
HSV(B) 76.71º 0.77% 0.4% -
XYZ 8.21 11.27 2.55 -
YUV 86.42 92.21 123.42 -
System Red Green Blue C M Y K H S L
Decimal 80 102 23 0.22 0 0.77 0.6 76.71 0.63 0.25
Hex 50 66 17 16 0 4D 3C 4D 3F 19
Octal 120 146 27 26 0 115 74 115 77 31
Binary 1010000 1100110 10111 10110 0 1001101 111100 1001101 111111 11001

Color Harmonies of #506617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506617

Black with #506617

Text Example


Text Example

White with #506617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506617; }

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

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

background-color css

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

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

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

border-color css

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

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

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