Html Css Color HEX #041208 Dark Green

📋 copy color: '#041208'

red 4 ◦ green 18 ◦ blue 8

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

Shades of Dark Green #041208

Tints of Dark Green #041208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 60%

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

R = 13.33%
G = 60%
B = 26.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.56

 K value IS 0.93

RGB Variations

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

Color information

#041208 (or 0x041208) is known color: Dark Green. HEX triplet: 04, 12 and 08. RGB value is (4,18,8). Sum of RGB (Red+Green+Blue) = 4+18+8=30 (3% of max value = 765). Red value is 4 (1.95% from 255 or 13.33% from 30); Green value is 18 (7.42% from 255 or 60% from 30); Blue value is 8 (3.52% from 255 or 26.67% from 30); Max value from RGB is 18 - color contains mainly: green. Hex color #041208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041208 is #FBEDF7. Grayscale: #0C0C0C. Windows color (decimal): -16510456 or 528900. OLE color: 528900.

HSL color Cylindrical-coordinate representation of color #041208: hue angle of 137.14º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #041208 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.93.

Color convert

RGB 4 18 8 -
CMYK 0.78 0 0.56 0.93
HSL 137.14º 0.64% 0.04% -
HSV(B) 137.14º 0.78% 0.07% -
XYZ 0.31 0.48 0.31 -
YUV 12.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 4 18 8 0.78 0 0.56 0.93 137.14 0.64 0.04
Hex 4 12 8 4E 0 38 5D 89 40 4
Octal 4 22 10 116 0 70 135 211 100 4
Binary 100 10010 1000 1001110 0 111000 1011101 10001001 1000000 100

Color Harmonies of #041208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041208

Black with #041208

Text Example


Text Example

White with #041208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041208; }

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

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

background-color css

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

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

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

border-color css

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

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

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