Html Css Color HEX #041312 Dark Green

📋 copy color: '#041312'

red 4 ◦ green 19 ◦ blue 18

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

Shades of Dark Green #041312

Tints of Dark Green #041312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 43.9%

R = 9.76%
G = 46.34%
B = 43.9%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.93

RGB Variations

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

Color information

#041312 (or 0x041312) is known color: Dark Green. HEX triplet: 04, 13 and 12. RGB value is (4,19,18). Sum of RGB (Red+Green+Blue) = 4+19+18=41 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.76% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 19 - color contains mainly: green. Hex color #041312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041312 is #FBECED. Grayscale: #0E0E0E. Windows color (decimal): -16510190 or 1184516. OLE color: 1184516.

HSL color Cylindrical-coordinate representation of color #041312: hue angle of 176º 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 #041312 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.93.

Color convert

RGB 4 19 18 -
CMYK 0.79 0 0.05 0.93
HSL 176º 0.65% 0.05% -
HSV(B) 176º 0.79% 0.07% -
XYZ 0.39 0.54 0.65 -
YUV 14.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 4 19 18 0.79 0 0.05 0.93 176 0.65 0.05
Hex 4 13 12 4F 0 5 5D B0 41 5
Octal 4 23 22 117 0 5 135 260 101 5
Binary 100 10011 10010 1001111 0 101 1011101 10110000 1000001 101

Color Harmonies of #041312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041312

Black with #041312

Text Example


Text Example

White with #041312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041312; }

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

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

background-color css

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

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

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

border-color css

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

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

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