#032113

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

Shades of Dark Green #032113

Tints of Dark Green #032113

Color information

#032113 (or 0x032113) is unknown color: approx Dark Green. HEX triplet: 03, 21 and 13. RGB value is (3,33,19). Sum of RGB (Red+Green+Blue) = 3+33+19=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 33 (13.28% from 255 or 60% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 33 - color contains mainly: green. Hex color #032113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032113 is #FCDEEC. Grayscale: #161616. Windows color (decimal): -16572141 or 1253635. OLE color: 1253635.

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

Color convert

RGB33319-
CMYK0.9100.420.87
HSL152º83.33%7.06%-
HSV(B)152º90.91%12.94%-
XYZ0.71.150.8-
YUV22.43126.06114.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.45%
GREEN value IS 33 (13.28% from 255) = 60%
BLUE value IS 19 (7.81% from 255) = 34.55%
R=5.45%
G=60%
B=34.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333190.9100.420.8715283.337.06
Hex321135B02A5798537
Octal341231330521272301237
Binary1110000110011101101101010101010111100110001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032113; }

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

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

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

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

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

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

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

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