Html Css Color HEX #506115 Verdun Green

📋 copy color: '#506115'

red 80 ◦ green 97 ◦ blue 21

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

Shades of Verdun Green #506115

Tints of Verdun Green #506115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.99%

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

R = 40.4%
G = 48.99%
B = 10.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#506115 (or 0x506115) is known color: Verdun Green. HEX triplet: 50, 61 and 15. RGB value is (80,97,21). Sum of RGB (Red+Green+Blue) = 80+97+21=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #506115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506115 is #AF9EEA. Grayscale: #535353. Windows color (decimal): -11509483 or 1401168. OLE color: 1401168.

HSL color Cylindrical-coordinate representation of color #506115: hue angle of 73.42º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #506115 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 97 21 -
CMYK 0.18 0 0.78 0.62
HSL 73.42º 0.64% 0.23% -
HSV(B) 73.42º 0.78% 0.38% -
XYZ 7.72 10.31 2.29 -
YUV 83.25 92.87 125.68 -
System Red Green Blue C M Y K H S L
Decimal 80 97 21 0.18 0 0.78 0.62 73.42 0.64 0.23
Hex 50 61 15 12 0 4E 3E 49 40 17
Octal 120 141 25 22 0 116 76 111 100 27
Binary 1010000 1100001 10101 10010 0 1001110 111110 1001001 1000000 10111

Color Harmonies of #506115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506115

Black with #506115

Text Example


Text Example

White with #506115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506115; }

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

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

background-color css

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

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

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

border-color css

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

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

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