#040701

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

Shades of Pine Tree #040701

Tints of Pine Tree #040701

Color information

#040701 (or 0x040701) is unknown color: approx Pine Tree. HEX triplet: 04, 07 and 01. RGB value is (4,7,1). Sum of RGB (Red+Green+Blue) = 4+7+1=12 (1% of max value = 765). Red value is 4 (1.95% from 255 or 33.33% from 12); Green value is 7 (3.12% from 255 or 58.33% from 12); Blue value is 1 (0.78% from 255 or 8.33% from 12); Max value from RGB is 7 - color contains mainly: green. Hex color #040701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040701 is #FBF8FE. Grayscale: #050505. Windows color (decimal): -16513279 or 67332. OLE color: 67332.

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

Color convert

RGB471-
CMYK0.4300.860.97
HSL90º75%1.57%-
HSV(B)90º85.71%2.75%-
XYZ0.130.180.06-
YUV5.42125.51126.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 33.33%
GREEN value IS 7 (3.12% from 255) = 58.33%
BLUE value IS 1 (0.78% from 255) = 8.33%
R=33.33%
G=58.33%
B=8.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal4710.4300.860.9790751.57
Hex4712B056615a4b2
Octal4715301261411321132
Binary10011111010110101011011000011011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040701; }

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

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

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

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

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

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

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

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