#013719

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

Shades of Dark Green #013719

Tints of Dark Green #013719

Color information

#013719 (or 0x013719) is unknown color: approx Dark Green. HEX triplet: 01, 37 and 19. RGB value is (1,55,25). Sum of RGB (Red+Green+Blue) = 1+55+25=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 55 (21.88% from 255 or 67.90% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 55 - color contains mainly: green. Hex color #013719 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013719 is #FEC8E6. Grayscale: #232323. Windows color (decimal): -16697575 or 1652481. OLE color: 1652481.

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

Color convert

RGB15525-
CMYK0.9800.550.78
HSL146.67º96.43%10.98%-
HSV(B)146.67º98.18%21.57%-
XYZ1.552.811.38-
YUV35.43122.11103.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.23%
GREEN value IS 55 (21.88% from 255) = 67.90%
BLUE value IS 25 (10.16% from 255) = 30.86%
R=1.23%
G=67.90%
B=30.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal155250.9800.550.78146.6796.4310.98
Hex13719620374E9360b
Octal1673114206711622314013
Binary1110111110011100010011011110011101001001111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013719; }

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

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

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

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

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

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

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

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