Html Css Color HEX #010504 Dark Green

📋 copy color: '#010504'

red 1 ◦ green 5 ◦ blue 4

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

Shades of Dark Green #010504

Tints of Dark Green #010504

RGB

 RED value IS 1 (0.78% from 255) = 10%

 GREEN value IS 5 (2.34% from 255) = 50%

 BLUE value IS 4 (1.95% from 255) = 40%

R = 10%
G = 50%
B = 40%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.20

 K value IS 0.98

RGB Variations

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

Color information

#010504 (or 0x010504) is known color: Dark Green. HEX triplet: 01, 05 and 04. RGB value is (1,5,4). Sum of RGB (Red+Green+Blue) = 1+5+4=10 (1% of max value = 765). Red value is 1 (0.78% from 255 or 10% from 10); Green value is 5 (2.34% from 255 or 50% from 10); Blue value is 4 (1.95% from 255 or 40% from 10); Max value from RGB is 5 - color contains mainly: green. Hex color #010504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010504 is #FEFAFB. Grayscale: #030303. Windows color (decimal): -16710396 or 263425. OLE color: 263425.

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

Color convert

RGB 1 5 4 -
CMYK 0.80 0 0.20 0.98
HSL 165º 0.67% 0.01% -
HSV(B) 165º 0.8% 0.02% -
XYZ 0.09 0.12 0.13 -
YUV 3.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 1 5 4 0.80 0 0.20 0.98 165 0.67 0.01
Hex 1 5 4 50 0 14 62 A5 43 1
Octal 1 5 4 120 0 24 142 245 103 1
Binary 1 101 100 1010000 0 10100 1100010 10100101 1000011 1

Color Harmonies of #010504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010504

Black with #010504

Text Example


Text Example

White with #010504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010504; }

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

 H1.HeaderClassName
 {
   color: #010504;
 }
 .AnyTagClassName
 {
   color: #010504;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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