Html Css Color HEX #041A10 Dark Green

📋 copy color: '#041A10'

red 4 ◦ green 26 ◦ blue 16

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

Shades of Dark Green #041A10

Tints of Dark Green #041A10

RGB

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

 GREEN value IS 26 (10.55% from 255) = 56.52%

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

R = 8.7%
G = 56.52%
B = 34.78%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.38

 K value IS 0.90

RGB Variations

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

Color information

#041A10 (or 0x041A10) is known color: Dark Green. HEX triplet: 04, 1A and 10. RGB value is (4,26,16). Sum of RGB (Red+Green+Blue) = 4+26+16=46 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.70% from 46); Green value is 26 (10.55% from 255 or 56.52% from 46); Blue value is 16 (6.64% from 255 or 34.78% from 46); Max value from RGB is 26 - color contains mainly: green. Hex color #041A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041A10 is #FBE5EF. Grayscale: #121212. Windows color (decimal): -16508400 or 1055236. OLE color: 1055236.

HSL color Cylindrical-coordinate representation of color #041A10: hue angle of 152.73º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #041A10 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.90.

Color convert

RGB 4 26 16 -
CMYK 0.85 0 0.38 0.90
HSL 152.73º 0.73% 0.06% -
HSV(B) 152.73º 0.85% 0.1% -
XYZ 0.51 0.8 0.62 -
YUV 18.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 4 26 16 0.85 0 0.38 0.90 152.73 0.73 0.06
Hex 4 1A 10 55 0 26 5A 99 49 6
Octal 4 32 20 125 0 46 132 231 111 6
Binary 100 11010 10000 1010101 0 100110 1011010 10011001 1001001 110

Color Harmonies of #041A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041A10

Black with #041A10

Text Example


Text Example

White with #041A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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