Html Css Color HEX #040800 Pine Tree

📋 copy color: '#040800'

red 4 ◦ green 8 ◦ blue 0

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

Shades of Pine Tree #040800

Tints of Pine Tree #040800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.33%
G = 66.67%
B = 0%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 1

 K value IS 0.97

RGB Variations

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

Color information

#040800 (or 0x040800) is known color: Pine Tree. HEX triplet: 04, 08 and 00. RGB value is (4,8,0). Sum of RGB (Red+Green+Blue) = 4+8+0=12 (1% of max value = 765). Red value is 4 (1.95% from 255 or 33.33% from 12); Green value is 8 (3.52% from 255 or 66.67% from 12); Blue value is 0 (0.39% from 255 or 0% from 12); Max value from RGB is 8 - color contains mainly: green. Hex color #040800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040800 is #FBF7FF. Grayscale: #050505. Windows color (decimal): -16513024 or 2052. OLE color: 2052.

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

Color convert

RGB 4 8 0 -
CMYK 0.5 0 1 0.97
HSL 90º 1% 0.02% -
HSV(B) 90º 1% 0.03% -
XYZ 0.14 0.2 0.03 -
YUV 5.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 4 8 0 0.5 0 1 0.97 90 1 0.02
Hex 4 8 0 32 0 64 61 5A 64 2
Octal 4 10 0 62 0 144 141 132 144 2
Binary 100 1000 0 110010 0 1100100 1100001 1011010 1100100 10

Color Harmonies of #040800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040800

Black with #040800

Text Example


Text Example

White with #040800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040800; }

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

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

background-color css

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

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

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

border-color css

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

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

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