#013620

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

Shades of Dark Green #013620

Tints of Dark Green #013620

Color information

#013620 (or 0x013620) is unknown color: approx Dark Green. HEX triplet: 01, 36 and 20. RGB value is (1,54,32). Sum of RGB (Red+Green+Blue) = 1+54+32=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 54 (21.48% from 255 or 62.07% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 54 - color contains mainly: green. Hex color #013620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013620 is #FEC9DF. Grayscale: #232323. Windows color (decimal): -16697824 or 2110977. OLE color: 2110977.

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

Color convert

RGB15432-
CMYK0.9800.410.79
HSL155.09º96.36%10.78%-
HSV(B)155.09º98.15%21.18%-
XYZ1.592.751.81-
YUV35.64125.94103.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.15%
GREEN value IS 54 (21.48% from 255) = 62.07%
BLUE value IS 32 (12.89% from 255) = 36.78%
R=1.15%
G=62.07%
B=36.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal154320.9800.410.79155.0996.3610.78
Hex13620620294F9b60b
Octal1664014205111723314013
Binary11101101000001100010010100110011111001101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013620; }

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

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

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

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

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

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

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

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