Html Css Color HEX #506007 Verdun Green

📋 copy color: '#506007'

red 80 ◦ green 96 ◦ blue 7

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

Shades of Verdun Green #506007

Tints of Verdun Green #506007

RGB

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

 GREEN value IS 96 (37.89% from 255) = 52.46%

 BLUE value IS 7 (3.13% from 255) = 3.83%

R = 43.72%
G = 52.46%
B = 3.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#506007 (or 0x506007) is known color: Verdun Green. HEX triplet: 50, 60 and 07. RGB value is (80,96,7). Sum of RGB (Red+Green+Blue) = 80+96+7=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #506007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506007 is #AF9FF8. Grayscale: #515151. Windows color (decimal): -11509753 or 483408. OLE color: 483408.

HSL color Cylindrical-coordinate representation of color #506007: hue angle of 70.79º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #506007 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 96 7 -
CMYK 0.17 0 0.93 0.62
HSL 70.79º 0.86% 0.2% -
HSV(B) 70.79º 0.93% 0.38% -
XYZ 7.53 10.09 1.75 -
YUV 81.07 86.2 127.24 -
System Red Green Blue C M Y K H S L
Decimal 80 96 7 0.17 0 0.93 0.62 70.79 0.86 0.2
Hex 50 60 7 11 0 5D 3E 47 56 14
Octal 120 140 7 21 0 135 76 107 126 24
Binary 1010000 1100000 111 10001 0 1011101 111110 1000111 1010110 10100

Color Harmonies of #506007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506007

Black with #506007

Text Example


Text Example

White with #506007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506007; }

 p { color: rgb(80,96,7); }

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

background-color css

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

 a { background-color: rgb(80,96,7); }

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

border-color css

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

 span { border-color: rgb(80,96,7); }

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