#013631

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

Shades of Dark Green #013631

Tints of Dark Green #013631

Color information

#013631 (or 0x013631) is unknown color: approx Dark Green. HEX triplet: 01, 36 and 31. RGB value is (1,54,49). Sum of RGB (Red+Green+Blue) = 1+54+49=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 54 (21.48% from 255 or 51.92% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 54 - color contains mainly: green. Hex color #013631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013631 is #FEC9CE. Grayscale: #252525. Windows color (decimal): -16697807 or 3225089. OLE color: 3225089.

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

Color convert

RGB15449-
CMYK0.9800.090.79
HSL174.34º96.36%10.78%-
HSV(B)174.34º98.15%21.18%-
XYZ1.892.873.36-
YUV37.58134.44101.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 54 (21.48% from 255) = 51.92%
BLUE value IS 49 (19.53% from 255) = 47.12%
R=0.96%
G=51.92%
B=47.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal154490.9800.090.79174.3496.3610.78
Hex1363162094Fae60b
Octal1666114201111725614013
Binary111011011000111000100100110011111010111011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013631; }

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

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

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

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

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

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

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

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