#013524

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

Shades of Dark Green #013524

Tints of Dark Green #013524

Color information

#013524 (or 0x013524) is unknown color: approx Dark Green. HEX triplet: 01, 35 and 24. RGB value is (1,53,36). Sum of RGB (Red+Green+Blue) = 1+53+36=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 53 (21.09% from 255 or 58.89% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 53 - color contains mainly: green. Hex color #013524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013524 is #FECADB. Grayscale: #232323. Windows color (decimal): -16698076 or 2372865. OLE color: 2372865.

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

Color convert

RGB15336-
CMYK0.9800.320.79
HSL160.38º96.3%10.59%-
HSV(B)160.38º98.11%20.78%-
XYZ1.62.682.1-
YUV35.51128.27103.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.11%
GREEN value IS 53 (21.09% from 255) = 58.89%
BLUE value IS 36 (14.45% from 255) = 40%
R=1.11%
G=58.89%
B=40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal153360.9800.320.79160.3896.310.59
Hex13524620204Fa060b
Octal1654414204011724014013
Binary11101011001001100010010000010011111010000011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013524; }

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

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

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

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

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

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

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

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