Html Css Color HEX #506803 Verdun Green

📋 copy color: '#506803'

red 80 ◦ green 104 ◦ blue 3

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

Shades of Verdun Green #506803

Tints of Verdun Green #506803

RGB

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

 GREEN value IS 104 (41.02% from 255) = 55.61%

 BLUE value IS 3 (1.56% from 255) = 1.6%

R = 42.78%
G = 55.61%
B = 1.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#506803 (or 0x506803) is known color: Verdun Green. HEX triplet: 50, 68 and 03. RGB value is (80,104,3). Sum of RGB (Red+Green+Blue) = 80+104+3=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 104 (41.02% from 255 or 55.61% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 104 - color contains mainly: green. Hex color #506803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506803 is #AF97FC. Grayscale: #555555. Windows color (decimal): -11507709 or 223312. OLE color: 223312.

HSL color Cylindrical-coordinate representation of color #506803: hue angle of 74.26º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #506803 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 3 -
CMYK 0.23 0 0.97 0.59
HSL 74.26º 0.94% 0.21% -
HSV(B) 74.26º 0.97% 0.41% -
XYZ 8.28 11.61 1.89 -
YUV 85.31 81.55 124.21 -
System Red Green Blue C M Y K H S L
Decimal 80 104 3 0.23 0 0.97 0.59 74.26 0.94 0.21
Hex 50 68 3 17 0 61 3B 4A 5E 15
Octal 120 150 3 27 0 141 73 112 136 25
Binary 1010000 1101000 11 10111 0 1100001 111011 1001010 1011110 10101

Color Harmonies of #506803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506803

Black with #506803

Text Example


Text Example

White with #506803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506803; }

 p { color: rgb(80,104,3); }

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

background-color css

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

 a { background-color: rgb(80,104,3); }

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

border-color css

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

 span { border-color: rgb(80,104,3); }

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