#042113

Color #042113 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #042113

Tints of Dark Green #042113

Color information

#042113 (or 0x042113) is unknown color: approx Dark Green. HEX triplet: 04, 21 and 13. RGB value is (4,33,19). Sum of RGB (Red+Green+Blue) = 4+33+19=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 33 (13.28% from 255 or 58.93% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 33 - color contains mainly: green. Hex color #042113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042113 is #FBDEEC. Grayscale: #161616. Windows color (decimal): -16506605 or 1253636. OLE color: 1253636.

HSL color Cylindrical-coordinate representation of color #042113: hue angle of 151.03º 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 #042113 is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.87.

Color convert

RGB43319-
CMYK0.8800.420.87
HSL151.03º78.38%7.25%-
HSV(B)151.03º87.88%12.94%-
XYZ0.711.160.8-
YUV22.73125.89114.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.14%
GREEN value IS 33 (13.28% from 255) = 58.93%
BLUE value IS 19 (7.81% from 255) = 33.93%
R=7.14%
G=58.93%
B=33.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal433190.8800.420.87151.0378.387.25
Hex421135802A57974e7
Octal441231300521272271167
Binary10010000110011101100001010101010111100101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042113; }

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

 H1.HeaderClassName
 {
   color: #042113;
 }
 .AnyTagClassName
 {
   color: #042113;
 }
</style>
background-color css

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

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

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

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

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

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