#506201

Color #506201 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #506201

Tints of Verdun Green #506201

Color information

#506201 (or 0x506201) is unknown color: approx Verdun Green. HEX triplet: 50, 62 and 01. RGB value is (80,98,1). Sum of RGB (Red+Green+Blue) = 80+98+1=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 98 (38.67% from 255 or 54.75% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 98 - color contains mainly: green. Hex color #506201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506201 is #AF9DFE. Grayscale: #515151. Windows color (decimal): -11509247 or 90704. OLE color: 90704.

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

Color convert

RGB80981-
CMYK0.1800.990.62
HSL71.13º97.98%19.41%-
HSV(B)71.13º98.98%38.43%-
XYZ7.6810.441.64-
YUV81.5682.54126.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 98 (38.67% from 255) = 54.75%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=44.69%
G=54.75%
B=0.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal809810.1800.990.6271.1397.9819.41
Hex50621120633E476213
Octal12014212201437610714223
Binary10100001100010110010011000111111101000111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506201; }

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

 H1.HeaderClassName
 {
   color: #506201;
 }
 .AnyTagClassName
 {
   color: #506201;
 }
</style>
background-color css

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

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

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

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

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

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