#013326

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

Shades of Dark Green #013326

Tints of Dark Green #013326

Color information

#013326 (or 0x013326) is unknown color: approx Dark Green. HEX triplet: 01, 33 and 26. RGB value is (1,51,38). Sum of RGB (Red+Green+Blue) = 1+51+38=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 51 (20.31% from 255 or 56.67% from 90); Blue value is 38 (15.23% from 255 or 42.22% from 90); Max value from RGB is 51 - color contains mainly: green. Hex color #013326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013326 is #FECCD9. Grayscale: #222222. Windows color (decimal): -16698586 or 2503425. OLE color: 2503425.

HSL color Cylindrical-coordinate representation of color #013326: hue angle of 164.4º 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 #013326 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.8.

Color convert

RGB15138-
CMYK0.9800.250.8
HSL164.4º96.15%10.2%-
HSV(B)164.4º98.04%20%-
XYZ1.552.512.24-
YUV34.57129.94104.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.11%
GREEN value IS 51 (20.31% from 255) = 56.67%
BLUE value IS 38 (15.23% from 255) = 42.22%
R=1.11%
G=56.67%
B=42.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal151380.9800.250.8164.496.1510.2
Hex133266201950a460a
Octal1634614203112024414012
Binary1110011100110110001001100110100001010010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013326; }

 p { color: rgb(1,51,38); }

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

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

 a { background-color: rgb(1,51,38); }

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

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

 span { border-color: rgb(1,51,38); }

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