#013731

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

Shades of Dark Green #013731

Tints of Dark Green #013731

Color information

#013731 (or 0x013731) is unknown color: approx Dark Green. HEX triplet: 01, 37 and 31. RGB value is (1,55,49). Sum of RGB (Red+Green+Blue) = 1+55+49=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 55 (21.88% from 255 or 52.38% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 55 - color contains mainly: green. Hex color #013731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013731 is #FEC8CE. Grayscale: #262626. Windows color (decimal): -16697551 or 3225345. OLE color: 3225345.

HSL color Cylindrical-coordinate representation of color #013731: hue angle of 173.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 #013731 is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB15549-
CMYK0.9800.110.78
HSL173.33º96.43%10.98%-
HSV(B)173.33º98.18%21.57%-
XYZ1.932.963.38-
YUV38.17134.11101.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 55 (21.88% from 255) = 52.38%
BLUE value IS 49 (19.53% from 255) = 46.67%
R=0.95%
G=52.38%
B=46.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal155490.9800.110.78173.3396.4310.98
Hex13731620B4Ead60b
Octal1676114201311625514013
Binary111011111000111000100101110011101010110111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013731; }

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

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

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

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

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

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

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

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