#000503

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

Shades of Dark Green #000503

Tints of Dark Green #000503

Color information

#000503 (or 0x000503) is unknown color: approx Dark Green. HEX triplet: 00, 05 and 03. RGB value is (0,5,3). Sum of RGB (Red+Green+Blue) = 0+5+3=8 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 8); Green value is 5 (2.34% from 255 or 62.5% from 8); Blue value is 3 (1.56% from 255 or 37.5% from 8); Max value from RGB is 5 - color contains mainly: green. Hex color #000503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000503 is #FFFAFC. Grayscale: #030303. Windows color (decimal): -16775933 or 197888. OLE color: 197888.

HSL color Cylindrical-coordinate representation of color #000503: hue angle of 156º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000503 is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.98.

Color convert

RGB053-
CMYK100.400.98
HSL156º100%0.98%-
HSV(B)156º100%1.96%-
XYZ0.070.120.1-
YUV3.28127.84125.66-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 5 (2.34% from 255) = 62.5%
BLUE value IS 3 (1.56% from 255) = 37.5%
R=0%
G=62.5%
B=37.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal053100.400.981561000.98
Hex05364028629c641
Octal0531440501422341441
Binary0101111100100010100011000101001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000503; }

 p { color: rgb(0,5,3); }

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

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

 a { background-color: rgb(0,5,3); }

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

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

 span { border-color: rgb(0,5,3); }

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