Html Css Color HEX #04130C Dark Green

📋 copy color: '#04130C'

red 4 ◦ green 19 ◦ blue 12

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

Shades of Dark Green #04130C

Tints of Dark Green #04130C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 54.29%

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

R = 11.43%
G = 54.29%
B = 34.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.37

 K value IS 0.93

RGB Variations

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

Color information

#04130C (or 0x04130C) is known color: Dark Green. HEX triplet: 04, 13 and 0C. RGB value is (4,19,12). Sum of RGB (Red+Green+Blue) = 4+19+12=35 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.43% from 35); Green value is 19 (7.81% from 255 or 54.29% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 19 - color contains mainly: green. Hex color #04130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04130C is #FBECF3. Grayscale: #0D0D0D. Windows color (decimal): -16510196 or 791300. OLE color: 791300.

HSL color Cylindrical-coordinate representation of color #04130C: hue angle of 152º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #04130C is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.93.

Color convert

RGB 4 19 12 -
CMYK 0.79 0 0.37 0.93
HSL 152º 0.65% 0.05% -
HSV(B) 152º 0.79% 0.07% -
XYZ 0.35 0.52 0.43 -
YUV 13.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 4 19 12 0.79 0 0.37 0.93 152 0.65 0.05
Hex 4 13 C 4F 0 25 5D 98 41 5
Octal 4 23 14 117 0 45 135 230 101 5
Binary 100 10011 1100 1001111 0 100101 1011101 10011000 1000001 101

Color Harmonies of #04130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04130C

Black with #04130C

Text Example


Text Example

White with #04130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04130C; }

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

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

background-color css

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

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

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

border-color css

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

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

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