Html Css Color HEX #506502 Verdun Green

📋 copy color: '#506502'

red 80 ◦ green 101 ◦ blue 2

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

Shades of Verdun Green #506502

Tints of Verdun Green #506502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 55.19%

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

R = 43.72%
G = 55.19%
B = 1.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#506502 (or 0x506502) is known color: Verdun Green. HEX triplet: 50, 65 and 02. RGB value is (80,101,2). Sum of RGB (Red+Green+Blue) = 80+101+2=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 101 (39.84% from 255 or 55.19% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 101 - color contains mainly: green. Hex color #506502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506502 is #AF9AFD. Grayscale: #535353. Windows color (decimal): -11508478 or 157008. OLE color: 157008.

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

Color convert

RGB 80 101 2 -
CMYK 0.21 0 0.98 0.60
HSL 72.73º 0.96% 0.2% -
HSV(B) 72.73º 0.98% 0.4% -
XYZ 7.97 11.02 1.76 -
YUV 83.44 82.04 125.55 -
System Red Green Blue C M Y K H S L
Decimal 80 101 2 0.21 0 0.98 0.60 72.73 0.96 0.2
Hex 50 65 2 15 0 62 3C 49 60 14
Octal 120 145 2 25 0 142 74 111 140 24
Binary 1010000 1100101 10 10101 0 1100010 111100 1001001 1100000 10100

Color Harmonies of #506502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506502

Black with #506502

Text Example


Text Example

White with #506502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506502; }

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

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

background-color css

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

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

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

border-color css

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

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

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