Html Css Color HEX #041914 Dark Green

📋 copy color: '#041914'

red 4 ◦ green 25 ◦ blue 20

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

Shades of Dark Green #041914

Tints of Dark Green #041914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 51.02%

 BLUE value IS 20 (8.2% from 255) = 40.82%

R = 8.16%
G = 51.02%
B = 40.82%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.20

 K value IS 0.90

RGB Variations

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

Color information

#041914 (or 0x041914) is known color: Dark Green. HEX triplet: 04, 19 and 14. RGB value is (4,25,20). Sum of RGB (Red+Green+Blue) = 4+25+20=49 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.16% from 49); Green value is 25 (10.16% from 255 or 51.02% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 25 - color contains mainly: green. Hex color #041914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041914 is #FBE6EB. Grayscale: #121212. Windows color (decimal): -16508652 or 1317124. OLE color: 1317124.

HSL color Cylindrical-coordinate representation of color #041914: hue angle of 165.71º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #041914 is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB 4 25 20 -
CMYK 0.84 0 0.20 0.90
HSL 165.71º 0.72% 0.06% -
HSV(B) 165.71º 0.84% 0.1% -
XYZ 0.52 0.77 0.78 -
YUV 18.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 4 25 20 0.84 0 0.20 0.90 165.71 0.72 0.06
Hex 4 19 14 54 0 14 5A A6 48 6
Octal 4 31 24 124 0 24 132 246 110 6
Binary 100 11001 10100 1010100 0 10100 1011010 10100110 1001000 110

Color Harmonies of #041914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041914

Black with #041914

Text Example


Text Example

White with #041914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041914; }

 p { color: rgb(4,25,20); }

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

background-color css

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

 a { background-color: rgb(4,25,20); }

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

border-color css

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

 span { border-color: rgb(4,25,20); }

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