#030504

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

Shades of Dark Green #030504

Tints of Dark Green #030504

Color information

#030504 (or 0x030504) is unknown color: approx Dark Green. HEX triplet: 03, 05 and 04. RGB value is (3,5,4). Sum of RGB (Red+Green+Blue) = 3+5+4=12 (1% of max value = 765). Red value is 3 (1.56% from 255 or 25% from 12); Green value is 5 (2.34% from 255 or 41.67% from 12); Blue value is 4 (1.95% from 255 or 33.33% from 12); Max value from RGB is 5 - color contains mainly: green. Hex color #030504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030504 is #FCFAFB. Grayscale: #040404. Windows color (decimal): -16579324 or 263427. OLE color: 263427.

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

Color convert

RGB354-
CMYK0.4000.200.98
HSL150º25%1.57%-
HSV(B)150º40%1.96%-
XYZ0.110.140.14-
YUV4.29127.84127.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 25%
GREEN value IS 5 (2.34% from 255) = 41.67%
BLUE value IS 4 (1.95% from 255) = 33.33%
R=25%
G=41.67%
B=33.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal3540.4000.200.98150251.57
Hex354280146296192
Octal35450024142226312
Binary111011001010000101001100010100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030504; }

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

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

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

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

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

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

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

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