Html Css Color HEX #506717 Verdun Green

📋 copy color: '#506717'

red 80 ◦ green 103 ◦ blue 23

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

Shades of Verdun Green #506717

Tints of Verdun Green #506717

RGB

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

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

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

R = 38.83%
G = 50%
B = 11.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#506717 (or 0x506717) is known color: Verdun Green. HEX triplet: 50, 67 and 17. RGB value is (80,103,23). Sum of RGB (Red+Green+Blue) = 80+103+23=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 103 (40.62% from 255 or 50% from 206); Blue value is 23 (9.38% from 255 or 11.17% from 206); Max value from RGB is 103 - color contains mainly: green. Hex color #506717 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506717 is #AF98E8. Grayscale: #575757. Windows color (decimal): -11507945 or 1533776. OLE color: 1533776.

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

Color convert

RGB 80 103 23 -
CMYK 0.22 0 0.78 0.60
HSL 77.25º 0.63% 0.25% -
HSV(B) 77.25º 0.78% 0.4% -
XYZ 8.31 11.47 2.59 -
YUV 87 91.88 123 -
System Red Green Blue C M Y K H S L
Decimal 80 103 23 0.22 0 0.78 0.60 77.25 0.63 0.25
Hex 50 67 17 16 0 4E 3C 4D 3F 19
Octal 120 147 27 26 0 116 74 115 77 31
Binary 1010000 1100111 10111 10110 0 1001110 111100 1001101 111111 11001

Color Harmonies of #506717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506717

Black with #506717

Text Example


Text Example

White with #506717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506717; }

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

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

background-color css

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

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

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

border-color css

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

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

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