Html Css Color HEX #041410 Dark Green

📋 copy color: '#041410'

red 4 ◦ green 20 ◦ blue 16

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

Shades of Dark Green #041410

Tints of Dark Green #041410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 50%

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

R = 10%
G = 50%
B = 40%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.20

 K value IS 0.92

RGB Variations

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

Color information

#041410 (or 0x041410) is known color: Dark Green. HEX triplet: 04, 14 and 10. RGB value is (4,20,16). Sum of RGB (Red+Green+Blue) = 4+20+16=40 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10% from 40); Green value is 20 (8.20% from 255 or 50% from 40); Blue value is 16 (6.64% from 255 or 40% from 40); Max value from RGB is 20 - color contains mainly: green. Hex color #041410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041410 is #FBEBEF. Grayscale: #0E0E0E. Windows color (decimal): -16509936 or 1053700. OLE color: 1053700.

HSL color Cylindrical-coordinate representation of color #041410: hue angle of 165º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #041410 is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.92.

Color convert

RGB 4 20 16 -
CMYK 0.80 0 0.20 0.92
HSL 165º 0.67% 0.05% -
HSV(B) 165º 0.8% 0.08% -
XYZ 0.39 0.56 0.58 -
YUV 14.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 4 20 16 0.80 0 0.20 0.92 165 0.67 0.05
Hex 4 14 10 50 0 14 5C A5 43 5
Octal 4 24 20 120 0 24 134 245 103 5
Binary 100 10100 10000 1010000 0 10100 1011100 10100101 1000011 101

Color Harmonies of #041410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041410

Black with #041410

Text Example


Text Example

White with #041410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041410; }

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

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

background-color css

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

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

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

border-color css

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

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

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