#013421

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

Shades of Dark Green #013421

Tints of Dark Green #013421

Color information

#013421 (or 0x013421) is unknown color: approx Dark Green. HEX triplet: 01, 34 and 21. RGB value is (1,52,33). Sum of RGB (Red+Green+Blue) = 1+52+33=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 52 (20.70% from 255 or 60.47% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 52 - color contains mainly: green. Hex color #013421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013421 is #FECBDE. Grayscale: #222222. Windows color (decimal): -16698335 or 2176001. OLE color: 2176001.

HSL color Cylindrical-coordinate representation of color #013421: hue angle of 157.65º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013421 is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.80.

Color convert

RGB15233-
CMYK0.9800.370.80
HSL157.65º96.23%10.39%-
HSV(B)157.65º98.08%20.39%-
XYZ1.522.571.86-
YUV34.58127.1104.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.16%
GREEN value IS 52 (20.70% from 255) = 60.47%
BLUE value IS 33 (13.28% from 255) = 38.37%
R=1.16%
G=60.47%
B=38.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal152330.9800.370.80157.6596.2310.39
Hex1342162025509e60a
Octal1644114204512023614012
Binary11101001000011100010010010110100001001111011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013421; }

 p { color: rgb(1,52,33); }

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

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

 a { background-color: rgb(1,52,33); }

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

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

 span { border-color: rgb(1,52,33); }

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