Html Css Color HEX #506802 Verdun Green

📋 copy color: '#506802'

red 80 ◦ green 104 ◦ blue 2

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

Shades of Verdun Green #506802

Tints of Verdun Green #506802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.08%

R = 43.01%
G = 55.91%
B = 1.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#506802 (or 0x506802) is known color: Verdun Green. HEX triplet: 50, 68 and 02. RGB value is (80,104,2). Sum of RGB (Red+Green+Blue) = 80+104+2=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #506802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506802 is #AF97FD. Grayscale: #555555. Windows color (decimal): -11507710 or 157776. OLE color: 157776.

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

Color convert

RGB 80 104 2 -
CMYK 0.23 0 0.98 0.59
HSL 74.12º 0.96% 0.21% -
HSV(B) 74.12º 0.98% 0.41% -
XYZ 8.27 11.61 1.86 -
YUV 85.2 81.05 124.29 -
System Red Green Blue C M Y K H S L
Decimal 80 104 2 0.23 0 0.98 0.59 74.12 0.96 0.21
Hex 50 68 2 17 0 62 3B 4A 60 15
Octal 120 150 2 27 0 142 73 112 140 25
Binary 1010000 1101000 10 10111 0 1100010 111011 1001010 1100000 10101

Color Harmonies of #506802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506802

Black with #506802

Text Example


Text Example

White with #506802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506802; }

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

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

background-color css

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

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

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

border-color css

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

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

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