#013531

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

Shades of Dark Green #013531

Tints of Dark Green #013531

Color information

#013531 (or 0x013531) is unknown color: approx Dark Green. HEX triplet: 01, 35 and 31. RGB value is (1,53,49). Sum of RGB (Red+Green+Blue) = 1+53+49=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 53 (21.09% from 255 or 51.46% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 53 - color contains mainly: green. Hex color #013531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013531 is #FECACE. Grayscale: #242424. Windows color (decimal): -16698063 or 3224833. OLE color: 3224833.

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

Color convert

RGB15349-
CMYK0.9800.080.79
HSL175.38º96.3%10.59%-
HSV(B)175.38º98.11%20.78%-
XYZ1.842.773.34-
YUV37134.77102.33-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.97%
GREEN value IS 53 (21.09% from 255) = 51.46%
BLUE value IS 49 (19.53% from 255) = 47.57%
R=0.97%
G=51.46%
B=47.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal153490.9800.080.79175.3896.310.59
Hex1353162084Faf60b
Octal1656114201011725714013
Binary111010111000111000100100010011111010111111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013531; }

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

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

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

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

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

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

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

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