#013521

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

Shades of Dark Green #013521

Tints of Dark Green #013521

Color information

#013521 (or 0x013521) is unknown color: approx Dark Green. HEX triplet: 01, 35 and 21. RGB value is (1,53,33). Sum of RGB (Red+Green+Blue) = 1+53+33=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 53 (21.09% from 255 or 60.92% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 53 - color contains mainly: green. Hex color #013521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013521 is #FECADE. Grayscale: #232323. Windows color (decimal): -16698079 or 2176257. OLE color: 2176257.

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

Color convert

RGB15333-
CMYK0.9800.380.79
HSL156.92º96.3%10.59%-
HSV(B)156.92º98.11%20.78%-
XYZ1.562.661.87-
YUV35.17126.77103.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.15%
GREEN value IS 53 (21.09% from 255) = 60.92%
BLUE value IS 33 (13.28% from 255) = 37.93%
R=1.15%
G=60.92%
B=37.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal153330.9800.380.79156.9296.310.59
Hex13521620264F9d60b
Octal1654114204611723514013
Binary11101011000011100010010011010011111001110111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013521; }

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

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

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

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

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

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

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

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