#040700

Color #040700 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #040700

Tints of Pine Tree #040700

Color information

#040700 (or 0x040700) is unknown color: approx Pine Tree. HEX triplet: 04, 07 and 00. RGB value is (4,7,0). Sum of RGB (Red+Green+Blue) = 4+7+0=11 (1% of max value = 765). Red value is 4 (1.95% from 255 or 36.36% from 11); Green value is 7 (3.12% from 255 or 63.64% from 11); Blue value is 0 (0.39% from 255 or 0% from 11); Max value from RGB is 7 - color contains mainly: green. Hex color #040700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040700 is #FBF8FF. Grayscale: #050505. Windows color (decimal): -16513280 or 1796. OLE color: 1796.

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

Color convert

RGB470-
CMYK0.43010.97
HSL85.71º100%1.37%-
HSV(B)85.71º100%2.75%-
XYZ0.130.180.03-
YUV5.3125.01127.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 36.36%
GREEN value IS 7 (3.12% from 255) = 63.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.36%
G=63.64%
B=0%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal4700.43010.9785.711001.37
Hex4702B0646156641
Octal4705301441411261441
Binary1001110101011011001001100001101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040700; }

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

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

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

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

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

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

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

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