#000504

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

Shades of Dark Green #000504

Tints of Dark Green #000504

Color information

#000504 (or 0x000504) is unknown color: approx Dark Green. HEX triplet: 00, 05 and 04. RGB value is (0,5,4). Sum of RGB (Red+Green+Blue) = 0+5+4=9 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 9); Green value is 5 (2.34% from 255 or 55.56% from 9); Blue value is 4 (1.95% from 255 or 44.44% from 9); Max value from RGB is 5 - color contains mainly: green. Hex color #000504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000504 is #FFFAFB. Grayscale: #030303. Windows color (decimal): -16775932 or 263424. OLE color: 263424.

HSL color Cylindrical-coordinate representation of color #000504: hue angle of 168º 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 #000504 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.98.

Color convert

RGB054-
CMYK100.200.98
HSL168º100%0.98%-
HSV(B)168º100%1.96%-
XYZ0.080.120.13-
YUV3.39128.34125.58-

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) = 55.56%
BLUE value IS 4 (1.95% from 255) = 44.44%
R=0%
G=55.56%
B=44.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal054100.200.981681000.98
Hex0546401462a8641
Octal0541440241422501441
Binary0101100110010001010011000101010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000504; }

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

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

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

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

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

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

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

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