Html Css Color HEX #506202 Verdun Green

📋 copy color: '#506202'

red 80 ◦ green 98 ◦ blue 2

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

Shades of Verdun Green #506202

Tints of Verdun Green #506202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 54.44%

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

R = 44.44%
G = 54.44%
B = 1.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#506202 (or 0x506202) is known color: Verdun Green. HEX triplet: 50, 62 and 02. RGB value is (80,98,2). Sum of RGB (Red+Green+Blue) = 80+98+2=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #506202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506202 is #AF9DFD. Grayscale: #525252. Windows color (decimal): -11509246 or 156240. OLE color: 156240.

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

Color convert

RGB 80 98 2 -
CMYK 0.18 0 0.98 0.62
HSL 71.25º 0.96% 0.2% -
HSV(B) 71.25º 0.98% 0.38% -
XYZ 7.69 10.45 1.67 -
YUV 81.67 83.04 126.81 -
System Red Green Blue C M Y K H S L
Decimal 80 98 2 0.18 0 0.98 0.62 71.25 0.96 0.2
Hex 50 62 2 12 0 62 3E 47 60 14
Octal 120 142 2 22 0 142 76 107 140 24
Binary 1010000 1100010 10 10010 0 1100010 111110 1000111 1100000 10100

Color Harmonies of #506202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506202

Black with #506202

Text Example


Text Example

White with #506202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506202; }

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

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

background-color css

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

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

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

border-color css

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

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

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