Html Css Color HEX #041008 Dark Green

📋 copy color: '#041008'

red 4 ◦ green 16 ◦ blue 8

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

Shades of Dark Green #041008

Tints of Dark Green #041008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 57.14%

 BLUE value IS 8 (3.52% from 255) = 28.57%

R = 14.29%
G = 57.14%
B = 28.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.50

 K value IS 0.94

RGB Variations

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

Color information

#041008 (or 0x041008) is known color: Dark Green. HEX triplet: 04, 10 and 08. RGB value is (4,16,8). Sum of RGB (Red+Green+Blue) = 4+16+8=28 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.29% from 28); Green value is 16 (6.64% from 255 or 57.14% from 28); Blue value is 8 (3.52% from 255 or 28.57% from 28); Max value from RGB is 16 - color contains mainly: green. Hex color #041008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041008 is #FBEFF7. Grayscale: #0B0B0B. Windows color (decimal): -16510968 or 528388. OLE color: 528388.

HSL color Cylindrical-coordinate representation of color #041008: hue angle of 140º degrees, saturation: 0.6, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #041008 is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.94.

Color convert

RGB 4 16 8 -
CMYK 0.75 0 0.50 0.94
HSL 140º 0.6% 0.04% -
HSV(B) 140º 0.75% 0.06% -
XYZ 0.28 0.41 0.29 -
YUV 11.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 4 16 8 0.75 0 0.50 0.94 140 0.6 0.04
Hex 4 10 8 4B 0 32 5E 8C 3C 4
Octal 4 20 10 113 0 62 136 214 74 4
Binary 100 10000 1000 1001011 0 110010 1011110 10001100 111100 100

Color Harmonies of #041008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041008

Black with #041008

Text Example


Text Example

White with #041008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041008; }

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

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

background-color css

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

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

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

border-color css

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

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

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