Html Css Color HEX #506102 Verdun Green

📋 copy color: '#506102'

red 80 ◦ green 97 ◦ blue 2

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

Shades of Verdun Green #506102

Tints of Verdun Green #506102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 54.19%

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

R = 44.69%
G = 54.19%
B = 1.12%

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

#506102 (or 0x506102) is known color: Verdun Green. HEX triplet: 50, 61 and 02. RGB value is (80,97,2). Sum of RGB (Red+Green+Blue) = 80+97+2=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #506102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506102 is #AF9EFD. Grayscale: #515151. Windows color (decimal): -11509502 or 155984. OLE color: 155984.

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

Color convert

RGB 80 97 2 -
CMYK 0.18 0 0.98 0.62
HSL 70.74º 0.96% 0.19% -
HSV(B) 70.74º 0.98% 0.38% -
XYZ 7.59 10.26 1.64 -
YUV 81.09 83.37 127.22 -
System Red Green Blue C M Y K H S L
Decimal 80 97 2 0.18 0 0.98 0.62 70.74 0.96 0.19
Hex 50 61 2 12 0 62 3E 47 60 13
Octal 120 141 2 22 0 142 76 107 140 23
Binary 1010000 1100001 10 10010 0 1100010 111110 1000111 1100000 10011

Color Harmonies of #506102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506102

Black with #506102

Text Example


Text Example

White with #506102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506102; }

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

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

background-color css

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

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

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

border-color css

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

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

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