Html Css Color HEX #506615 Verdun Green

📋 copy color: '#506615'

red 80 ◦ green 102 ◦ blue 21

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

Shades of Verdun Green #506615

Tints of Verdun Green #506615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.34%

R = 39.41%
G = 50.25%
B = 10.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#506615 (or 0x506615) is known color: Verdun Green. HEX triplet: 50, 66 and 15. RGB value is (80,102,21). Sum of RGB (Red+Green+Blue) = 80+102+21=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #506615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506615 is #AF99EA. Grayscale: #565656. Windows color (decimal): -11508203 or 1402448. OLE color: 1402448.

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

Color convert

RGB 80 102 21 -
CMYK 0.22 0 0.79 0.6
HSL 76.3º 0.66% 0.24% -
HSV(B) 76.3º 0.79% 0.4% -
XYZ 8.19 11.26 2.45 -
YUV 86.19 91.21 123.59 -
System Red Green Blue C M Y K H S L
Decimal 80 102 21 0.22 0 0.79 0.6 76.3 0.66 0.24
Hex 50 66 15 16 0 4F 3C 4C 42 18
Octal 120 146 25 26 0 117 74 114 102 30
Binary 1010000 1100110 10101 10110 0 1001111 111100 1001100 1000010 11000

Color Harmonies of #506615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506615

Black with #506615

Text Example


Text Example

White with #506615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506615; }

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

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

background-color css

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

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

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

border-color css

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

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

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