Html Css Color HEX #040C0A Dark Green

📋 copy color: '#040C0A'

red 4 ◦ green 12 ◦ blue 10

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

Shades of Dark Green #040C0A

Tints of Dark Green #040C0A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 46.15%

 BLUE value IS 10 (4.3% from 255) = 38.46%

R = 15.38%
G = 46.15%
B = 38.46%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.95

RGB Variations

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

Color information

#040C0A (or 0x040C0A) is known color: Dark Green. HEX triplet: 04, 0C and 0A. RGB value is (4,12,10). Sum of RGB (Red+Green+Blue) = 4+12+10=26 (3% of max value = 765). Red value is 4 (1.95% from 255 or 15.38% from 26); Green value is 12 (5.08% from 255 or 46.15% from 26); Blue value is 10 (4.30% from 255 or 38.46% from 26); Max value from RGB is 12 - color contains mainly: green. Hex color #040C0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040C0A is #FBF3F5. Grayscale: #090909. Windows color (decimal): -16511990 or 658436. OLE color: 658436.

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

Color convert

RGB 4 12 10 -
CMYK 0.67 0 0.17 0.95
HSL 165º 0.5% 0.03% -
HSV(B) 165º 0.67% 0.05% -
XYZ 0.24 0.31 0.33 -
YUV 9.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 4 12 10 0.67 0 0.17 0.95 165 0.5 0.03
Hex 4 C A 43 0 11 5F A5 32 3
Octal 4 14 12 103 0 21 137 245 62 3
Binary 100 1100 1010 1000011 0 10001 1011111 10100101 110010 11

Color Harmonies of #040C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040C0A

Black with #040C0A

Text Example


Text Example

White with #040C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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