Html Css Color HEX #506407 Verdun Green

📋 copy color: '#506407'

red 80 ◦ green 100 ◦ blue 7

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

Shades of Verdun Green #506407

Tints of Verdun Green #506407

RGB

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

 GREEN value IS 100 (39.45% from 255) = 53.48%

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

R = 42.78%
G = 53.48%
B = 3.74%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.93

 K value IS 0.61

RGB Variations

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

Color information

#506407 (or 0x506407) is known color: Verdun Green. HEX triplet: 50, 64 and 07. RGB value is (80,100,7). Sum of RGB (Red+Green+Blue) = 80+100+7=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 100 (39.45% from 255 or 53.48% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 100 - color contains mainly: green. Hex color #506407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506407 is #AF9BF8. Grayscale: #535353. Windows color (decimal): -11508729 or 484432. OLE color: 484432.

HSL color Cylindrical-coordinate representation of color #506407: hue angle of 72.9º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #506407 is Cyan = 0.2, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 100 7 -
CMYK 0.2 0 0.93 0.61
HSL 72.9º 0.87% 0.21% -
HSV(B) 72.9º 0.93% 0.39% -
XYZ 7.9 10.84 1.88 -
YUV 83.42 84.87 125.56 -
System Red Green Blue C M Y K H S L
Decimal 80 100 7 0.2 0 0.93 0.61 72.9 0.87 0.21
Hex 50 64 7 14 0 5D 3D 49 57 15
Octal 120 144 7 24 0 135 75 111 127 25
Binary 1010000 1100100 111 10100 0 1011101 111101 1001001 1010111 10101

Color Harmonies of #506407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506407

Black with #506407

Text Example


Text Example

White with #506407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506407; }

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

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

background-color css

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

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

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

border-color css

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

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

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