#506300

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

Shades of Verdun Green #506300

Tints of Verdun Green #506300

Color information

#506300 (or 0x506300) is unknown color: approx Verdun Green. HEX triplet: 50, 63 and 00. RGB value is (80,99,0). Sum of RGB (Red+Green+Blue) = 80+99+0=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 99 (39.06% from 255 or 55.31% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 99 - color contains mainly: green. Hex color #506300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506300 is #AF9CFF. Grayscale: #525252. Windows color (decimal): -11508992 or 25424. OLE color: 25424.

HSL color Cylindrical-coordinate representation of color #506300: hue angle of 71.52º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #506300 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB80990-
CMYK0.19010.61
HSL71.52º100%19.41%-
HSV(B)71.52º100%38.82%-
XYZ7.7710.631.64-
YUV82.0381.71126.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 99 (39.06% from 255) = 55.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.69%
G=55.31%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal809900.19010.6171.5210019.41
Hex50630130643D486413
Octal12014302301447511014423
Binary10100001100011010011011001001111011001000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506300; }

 p { color: rgb(80,99,0); }

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

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

 a { background-color: rgb(80,99,0); }

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

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

 span { border-color: rgb(80,99,0); }

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