Html Css Color HEX #040701 Pine Tree

📋 copy color: '#040701'

red 4 ◦ green 7 ◦ blue 1

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

Shades of Pine Tree #040701

Tints of Pine Tree #040701

RGB

 RED value IS 4 (1.95% from 255) = 33.33%

 GREEN value IS 7 (3.13% 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 value IS 0.43

 M value IS 0

 Y value IS 0.86

 K value IS 0.97

RGB Variations

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

Color information

#040701 (or 0x040701) is known color: 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

RGB 4 7 1 -
CMYK 0.43 0 0.86 0.97
HSL 90º 0.75% 0.02% -
HSV(B) 90º 0.86% 0.03% -
XYZ 0.13 0.18 0.06 -
YUV 5.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 4 7 1 0.43 0 0.86 0.97 90 0.75 0.02
Hex 4 7 1 2B 0 56 61 5A 4B 2
Octal 4 7 1 53 0 126 141 132 113 2
Binary 100 111 1 101011 0 1010110 1100001 1011010 1001011 10

Color Harmonies of #040701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040701

Black with #040701

Text Example


Text Example

White with #040701

Text Example


Text Example

HTML Codes & Css Web 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>