#013728

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

Shades of Dark Green #013728

Tints of Dark Green #013728

Color information

#013728 (or 0x013728) is unknown color: approx Dark Green. HEX triplet: 01, 37 and 28. RGB value is (1,55,40). Sum of RGB (Red+Green+Blue) = 1+55+40=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 55 (21.88% from 255 or 57.29% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 55 - color contains mainly: green. Hex color #013728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013728 is #FEC8D7. Grayscale: #252525. Windows color (decimal): -16697560 or 2635521. OLE color: 2635521.

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

Color convert

RGB15540-
CMYK0.9800.270.78
HSL163.33º96.43%10.98%-
HSV(B)163.33º98.18%21.57%-
XYZ1.762.892.47-
YUV37.14129.61102.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.04%
GREEN value IS 55 (21.88% from 255) = 57.29%
BLUE value IS 40 (16.02% from 255) = 41.67%
R=1.04%
G=57.29%
B=41.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal155400.9800.270.78163.3396.4310.98
Hex137286201B4Ea360b
Octal1675014203311624314013
Binary1110111101000110001001101110011101010001111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013728; }

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

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

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

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

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

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

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

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