Html Css Color HEX #040801 Pine Tree

📋 copy color: '#040801'

red 4 ◦ green 8 ◦ blue 1

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

Shades of Pine Tree #040801

Tints of Pine Tree #040801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 61.54%

 BLUE value IS 1 (0.78% from 255) = 7.69%

R = 30.77%
G = 61.54%
B = 7.69%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.88

 K value IS 0.97

RGB Variations

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

Color information

#040801 (or 0x040801) is known color: Pine Tree. HEX triplet: 04, 08 and 01. RGB value is (4,8,1). Sum of RGB (Red+Green+Blue) = 4+8+1=13 (1% of max value = 765). Red value is 4 (1.95% from 255 or 30.77% from 13); Green value is 8 (3.52% from 255 or 61.54% from 13); Blue value is 1 (0.78% from 255 or 7.69% from 13); Max value from RGB is 8 - color contains mainly: green. Hex color #040801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040801 is #FBF7FE. Grayscale: #060606. Windows color (decimal): -16513023 or 67588. OLE color: 67588.

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

Color convert

RGB 4 8 1 -
CMYK 0.5 0 0.88 0.97
HSL 94.29º 0.78% 0.02% -
HSV(B) 94.29º 0.88% 0.03% -
XYZ 0.14 0.2 0.06 -
YUV 6.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 4 8 1 0.5 0 0.88 0.97 94.29 0.78 0.02
Hex 4 8 1 32 0 58 61 5E 4E 2
Octal 4 10 1 62 0 130 141 136 116 2
Binary 100 1000 1 110010 0 1011000 1100001 1011110 1001110 10

Color Harmonies of #040801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040801

Black with #040801

Text Example


Text Example

White with #040801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040801; }

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

 H1.HeaderClassName
 {
   color: #040801;
 }
 .AnyTagClassName
 {
   color: #040801;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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