#040705

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

Shades of Dark Green #040705

Tints of Dark Green #040705

Color information

#040705 (or 0x040705) is unknown color: approx Dark Green. HEX triplet: 04, 07 and 05. RGB value is (4,7,5). Sum of RGB (Red+Green+Blue) = 4+7+5=16 (2% of max value = 765). Red value is 4 (1.95% from 255 or 25% from 16); Green value is 7 (3.12% from 255 or 43.75% from 16); Blue value is 5 (2.34% from 255 or 31.25% from 16); Max value from RGB is 7 - color contains mainly: green. Hex color #040705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040705 is #FBF8FA. Grayscale: #050505. Windows color (decimal): -16513275 or 329476. OLE color: 329476.

HSL color Cylindrical-coordinate representation of color #040705: hue angle of 140º degrees, saturation: 0.27, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #040705 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.97.

Color convert

RGB475-
CMYK0.4300.290.97
HSL140º27.27%2.16%-
HSV(B)140º42.86%2.75%-
XYZ0.150.190.17-
YUV5.88127.51126.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 25%
GREEN value IS 7 (3.12% from 255) = 43.75%
BLUE value IS 5 (2.34% from 255) = 31.25%
R=25%
G=43.75%
B=31.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal4750.4300.290.9714027.272.16
Hex4752B01D618c1b2
Octal47553035141214332
Binary1001111011010110111011100001100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040705; }

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

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

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

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

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

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

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

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