Html Css Color HEX #506601 Verdun Green

📋 copy color: '#506601'

red 80 ◦ green 102 ◦ blue 1

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

Shades of Verdun Green #506601

Tints of Verdun Green #506601

RGB

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

 GREEN value IS 102 (40.23% from 255) = 55.74%

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

R = 43.72%
G = 55.74%
B = 0.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#506601 (or 0x506601) is known color: Verdun Green. HEX triplet: 50, 66 and 01. RGB value is (80,102,1). Sum of RGB (Red+Green+Blue) = 80+102+1=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 102 (40.23% from 255 or 55.74% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 102 - color contains mainly: green. Hex color #506601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506601 is #AF99FE. Grayscale: #545454. Windows color (decimal): -11508223 or 91728. OLE color: 91728.

HSL color Cylindrical-coordinate representation of color #506601: hue angle of 73.07º 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 #506601 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 102 1 -
CMYK 0.22 0 0.99 0.6
HSL 73.07º 0.98% 0.2% -
HSV(B) 73.07º 0.99% 0.4% -
XYZ 8.07 11.21 1.77 -
YUV 83.91 81.21 125.21 -
System Red Green Blue C M Y K H S L
Decimal 80 102 1 0.22 0 0.99 0.6 73.07 0.98 0.2
Hex 50 66 1 16 0 63 3C 49 62 14
Octal 120 146 1 26 0 143 74 111 142 24
Binary 1010000 1100110 1 10110 0 1100011 111100 1001001 1100010 10100

Color Harmonies of #506601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506601

Black with #506601

Text Example


Text Example

White with #506601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506601; }

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

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

background-color css

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

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

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

border-color css

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

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

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