Html Css Color HEX #000503 Dark Green

📋 copy color: '#000503'

red 0 ◦ green 5 ◦ blue 3

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

Shades of Dark Green #000503

Tints of Dark Green #000503

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 value IS 1

 M value IS 0

 Y value IS 0.40

 K value IS 0.98

RGB Variations

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

Color information

#000503 (or 0x000503) is known color: 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

RGB 0 5 3 -
CMYK 1 0 0.40 0.98
HSL 156º 1% 0.01% -
HSV(B) 156º 1% 0.02% -
XYZ 0.07 0.12 0.1 -
YUV 3.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 0 5 3 1 0 0.40 0.98 156 1 0.01
Hex 0 5 3 64 0 28 62 9C 64 1
Octal 0 5 3 144 0 50 142 234 144 1
Binary 0 101 11 1100100 0 101000 1100010 10011100 1100100 1

Color Harmonies of #000503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000503

Black with #000503

Text Example


Text Example

White with #000503

Text Example


Text Example

HTML Codes & Css Web 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>