Html Css Color HEX #042116 Dark Green

📋 copy color: '#042116'

red 4 ◦ green 33 ◦ blue 22

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

Shades of Dark Green #042116

Tints of Dark Green #042116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 55.93%

 BLUE value IS 22 (8.98% from 255) = 37.29%

R = 6.78%
G = 55.93%
B = 37.29%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.33

 K value IS 0.87

RGB Variations

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

Color information

#042116 (or 0x042116) is known color: Dark Green. HEX triplet: 04, 21 and 16. RGB value is (4,33,22). Sum of RGB (Red+Green+Blue) = 4+33+22=59 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.78% from 59); Green value is 33 (13.28% from 255 or 55.93% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 33 - color contains mainly: green. Hex color #042116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042116 is #FBDEE9. Grayscale: #171717. Windows color (decimal): -16506602 or 1450244. OLE color: 1450244.

HSL color Cylindrical-coordinate representation of color #042116: hue angle of 157.24º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #042116 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.87.

Color convert

RGB 4 33 22 -
CMYK 0.88 0 0.33 0.87
HSL 157.24º 0.78% 0.07% -
HSV(B) 157.24º 0.88% 0.13% -
XYZ 0.74 1.17 0.95 -
YUV 23.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 4 33 22 0.88 0 0.33 0.87 157.24 0.78 0.07
Hex 4 21 16 58 0 21 57 9D 4E 7
Octal 4 41 26 130 0 41 127 235 116 7
Binary 100 100001 10110 1011000 0 100001 1010111 10011101 1001110 111

Color Harmonies of #042116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042116

Black with #042116

Text Example


Text Example

White with #042116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042116; }

 p { color: rgb(4,33,22); }

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

background-color css

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

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

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

border-color css

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

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

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