Html Css Color HEX #506701 Verdun Green

📋 copy color: '#506701'

red 80 ◦ green 103 ◦ blue 1

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

Shades of Verdun Green #506701

Tints of Verdun Green #506701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 55.98%

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 43.48%
G = 55.98%
B = 0.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#506701 (or 0x506701) is known color: Verdun Green. HEX triplet: 50, 67 and 01. RGB value is (80,103,1). Sum of RGB (Red+Green+Blue) = 80+103+1=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 103 (40.62% from 255 or 55.98% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 103 - color contains mainly: green. Hex color #506701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506701 is #AF98FE. Grayscale: #545454. Windows color (decimal): -11507967 or 91984. OLE color: 91984.

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

Color convert

RGB 80 103 1 -
CMYK 0.22 0 0.99 0.60
HSL 73.53º 0.98% 0.2% -
HSV(B) 73.53º 0.99% 0.4% -
XYZ 8.16 11.41 1.8 -
YUV 84.5 80.88 124.79 -
System Red Green Blue C M Y K H S L
Decimal 80 103 1 0.22 0 0.99 0.60 73.53 0.98 0.2
Hex 50 67 1 16 0 63 3C 4A 62 14
Octal 120 147 1 26 0 143 74 112 142 24
Binary 1010000 1100111 1 10110 0 1100011 111100 1001010 1100010 10100

Color Harmonies of #506701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506701

Black with #506701

Text Example


Text Example

White with #506701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506701; }

 p { color: rgb(80,103,1); }

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

background-color css

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

 a { background-color: rgb(80,103,1); }

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

border-color css

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

 span { border-color: rgb(80,103,1); }

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