Html Css Color HEX #040D0C Dark Green

📋 copy color: '#040D0C'

red 4 ◦ green 13 ◦ blue 12

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

Shades of Dark Green #040D0C

Tints of Dark Green #040D0C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 44.83%

 BLUE value IS 12 (5.08% from 255) = 41.38%

R = 13.79%
G = 44.83%
B = 41.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.95

RGB Variations

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

Color information

#040D0C (or 0x040D0C) is known color: Dark Green. HEX triplet: 04, 0D and 0C. RGB value is (4,13,12). Sum of RGB (Red+Green+Blue) = 4+13+12=29 (3% of max value = 765). Red value is 4 (1.95% from 255 or 13.79% from 29); Green value is 13 (5.47% from 255 or 44.83% from 29); Blue value is 12 (5.08% from 255 or 41.38% from 29); Max value from RGB is 13 - color contains mainly: green. Hex color #040D0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040D0C is #FBF2F3. Grayscale: #0A0A0A. Windows color (decimal): -16511732 or 789764. OLE color: 789764.

HSL color Cylindrical-coordinate representation of color #040D0C: hue angle of 173.33º degrees, saturation: 0.53, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #040D0C is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.95.

Color convert

RGB 4 13 12 -
CMYK 0.69 0 0.08 0.95
HSL 173.33º 0.53% 0.03% -
HSV(B) 173.33º 0.69% 0.05% -
XYZ 0.26 0.34 0.4 -
YUV 10.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 4 13 12 0.69 0 0.08 0.95 173.33 0.53 0.03
Hex 4 D C 45 0 8 5F AD 35 3
Octal 4 15 14 105 0 10 137 255 65 3
Binary 100 1101 1100 1000101 0 1000 1011111 10101101 110101 11

Color Harmonies of #040D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040D0C

Black with #040D0C

Text Example


Text Example

White with #040D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040D0C; }

 p { color: rgb(4,13,12); }

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

background-color css

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

 a { background-color: rgb(4,13,12); }

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

border-color css

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

 span { border-color: rgb(4,13,12); }

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