Html Css Color HEX #041310 Dark Green

📋 copy color: '#041310'

red 4 ◦ green 19 ◦ blue 16

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

Shades of Dark Green #041310

Tints of Dark Green #041310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 41.03%

R = 10.26%
G = 48.72%
B = 41.03%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.16

 K value IS 0.93

RGB Variations

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

Color information

#041310 (or 0x041310) is known color: Dark Green. HEX triplet: 04, 13 and 10. RGB value is (4,19,16). Sum of RGB (Red+Green+Blue) = 4+19+16=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 16 (6.64% from 255 or 41.03% from 39); Max value from RGB is 19 - color contains mainly: green. Hex color #041310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041310 is #FBECEF. Grayscale: #0E0E0E. Windows color (decimal): -16510192 or 1053444. OLE color: 1053444.

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

Color convert

RGB 4 19 16 -
CMYK 0.79 0 0.16 0.93
HSL 168º 0.65% 0.05% -
HSV(B) 168º 0.79% 0.07% -
XYZ 0.38 0.53 0.57 -
YUV 14.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 4 19 16 0.79 0 0.16 0.93 168 0.65 0.05
Hex 4 13 10 4F 0 10 5D A8 41 5
Octal 4 23 20 117 0 20 135 250 101 5
Binary 100 10011 10000 1001111 0 10000 1011101 10101000 1000001 101

Color Harmonies of #041310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041310

Black with #041310

Text Example


Text Example

White with #041310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041310; }

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

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

background-color css

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

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

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

border-color css

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

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

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