Html Css Color HEX #041010 Dark Green

📋 copy color: '#041010'

red 4 ◦ green 16 ◦ blue 16

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

Shades of Dark Green #041010

Tints of Dark Green #041010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 44.44%

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

R = 11.11%
G = 44.44%
B = 44.44%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#041010 (or 0x041010) is known color: Dark Green. HEX triplet: 04, 10 and 10. RGB value is (4,16,16). Sum of RGB (Red+Green+Blue) = 4+16+16=36 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.11% from 36); Green value is 16 (6.64% from 255 or 44.44% from 36); Blue value is 16 (6.64% from 255 or 44.44% from 36); Max value from RGB is 16 - color contains mainly: green, blue. Hex color #041010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041010 is #FBEFEF. Grayscale: #0C0C0C. Windows color (decimal): -16510960 or 1052676. OLE color: 1052676.

HSL color Cylindrical-coordinate representation of color #041010: hue angle of 180º degrees, saturation: 0.6, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #041010 is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 4 16 16 -
CMYK 0.75 0 0 0.94
HSL 180º 0.6% 0.04% -
HSV(B) 180º 0.75% 0.06% -
XYZ 0.33 0.43 0.56 -
YUV 12.41 130.02 122 -
System Red Green Blue C M Y K H S L
Decimal 4 16 16 0.75 0 0 0.94 180 0.6 0.04
Hex 4 10 10 4B 0 0 5E B4 3C 4
Octal 4 20 20 113 0 0 136 264 74 4
Binary 100 10000 10000 1001011 0 0 1011110 10110100 111100 100

Color Harmonies of #041010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041010

Black with #041010

Text Example


Text Example

White with #041010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041010; }

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

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

background-color css

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

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

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

border-color css

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

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

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