Html Css Color HEX #000504 Dark Green

📋 copy color: '#000504'

red 0 ◦ green 5 ◦ blue 4

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

Shades of Dark Green #000504

Tints of Dark Green #000504

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

 M value IS 0

 Y value IS 0.20

 K value IS 0.98

RGB Variations

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

Color information

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

RGB 0 5 4 -
CMYK 1 0 0.20 0.98
HSL 168º 1% 0.01% -
HSV(B) 168º 1% 0.02% -
XYZ 0.08 0.12 0.13 -
YUV 3.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 0 5 4 1 0 0.20 0.98 168 1 0.01
Hex 0 5 4 64 0 14 62 A8 64 1
Octal 0 5 4 144 0 24 142 250 144 1
Binary 0 101 100 1100100 0 10100 1100010 10101000 1100100 1

Color Harmonies of #000504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000504

Black with #000504

Text Example


Text Example

White with #000504

Text Example


Text Example

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