#013528

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

Shades of Dark Green #013528

Tints of Dark Green #013528

Color information

#013528 (or 0x013528) is unknown color: approx Dark Green. HEX triplet: 01, 35 and 28. RGB value is (1,53,40). Sum of RGB (Red+Green+Blue) = 1+53+40=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 53 (21.09% from 255 or 56.38% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 53 - color contains mainly: green. Hex color #013528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013528 is #FECAD7. Grayscale: #232323. Windows color (decimal): -16698072 or 2635009. OLE color: 2635009.

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

Color convert

RGB15340-
CMYK0.9800.250.79
HSL165º96.3%10.59%-
HSV(B)165º98.11%20.78%-
XYZ1.672.712.44-
YUV35.97130.27103.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 53 (21.09% from 255) = 56.38%
BLUE value IS 40 (16.02% from 255) = 42.55%
R=1.06%
G=56.38%
B=42.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal153400.9800.250.7916596.310.59
Hex13528620194Fa560b
Octal1655014203111724514013
Binary1110101101000110001001100110011111010010111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013528; }

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

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

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

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

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

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

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

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