#013628

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

Shades of Dark Green #013628

Tints of Dark Green #013628

Color information

#013628 (or 0x013628) is unknown color: approx Dark Green. HEX triplet: 01, 36 and 28. RGB value is (1,54,40). Sum of RGB (Red+Green+Blue) = 1+54+40=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 54 (21.48% from 255 or 56.84% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 54 - color contains mainly: green. Hex color #013628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013628 is #FEC9D7. Grayscale: #242424. Windows color (decimal): -16697816 or 2635265. OLE color: 2635265.

HSL color Cylindrical-coordinate representation of color #013628: hue angle of 164.15º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013628 is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB15440-
CMYK0.9800.260.79
HSL164.15º96.36%10.78%-
HSV(B)164.15º98.15%21.18%-
XYZ1.712.82.46-
YUV36.56129.94102.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.05%
GREEN value IS 54 (21.48% from 255) = 56.84%
BLUE value IS 40 (16.02% from 255) = 42.11%
R=1.05%
G=56.84%
B=42.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal154400.9800.260.79164.1596.3610.78
Hex136286201A4Fa460b
Octal1665014203211724414013
Binary1110110101000110001001101010011111010010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013628; }

 p { color: rgb(1,54,40); }

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

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

 a { background-color: rgb(1,54,40); }

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

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

 span { border-color: rgb(1,54,40); }

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