#042311

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

Shades of Dark Green #042311

Tints of Dark Green #042311

Color information

#042311 (or 0x042311) is unknown color: approx Dark Green. HEX triplet: 04, 23 and 11. RGB value is (4,35,17). Sum of RGB (Red+Green+Blue) = 4+35+17=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 35 (14.06% from 255 or 62.5% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 35 - color contains mainly: green. Hex color #042311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042311 is #FBDCEE. Grayscale: #171717. Windows color (decimal): -16506095 or 1123076. OLE color: 1123076.

HSL color Cylindrical-coordinate representation of color #042311: hue angle of 145.16º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042311 is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.86.

Color convert

RGB43517-
CMYK0.8900.510.86
HSL145.16º79.49%7.65%-
HSV(B)145.16º88.57%13.73%-
XYZ0.751.270.74-
YUV23.68124.23113.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.14%
GREEN value IS 35 (14.06% from 255) = 62.5%
BLUE value IS 17 (7.03% from 255) = 30.36%
R=7.14%
G=62.5%
B=30.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal435170.8900.510.86145.1679.497.65
Hex423115903356914f8
Octal4432113106312622111710
Binary100100011100011011001011001110101101001000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042311; }

 p { color: rgb(4,35,17); }

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

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

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

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

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

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

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