#013626

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

Shades of Dark Green #013626

Tints of Dark Green #013626

Color information

#013626 (or 0x013626) is unknown color: approx Dark Green. HEX triplet: 01, 36 and 26. RGB value is (1,54,38). Sum of RGB (Red+Green+Blue) = 1+54+38=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 54 (21.48% from 255 or 58.06% from 93); Blue value is 38 (15.23% from 255 or 40.86% from 93); Max value from RGB is 54 - color contains mainly: green. Hex color #013626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013626 is #FEC9D9. Grayscale: #242424. Windows color (decimal): -16697818 or 2504193. OLE color: 2504193.

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

Color convert

RGB15438-
CMYK0.9800.300.79
HSL161.89º96.36%10.78%-
HSV(B)161.89º98.15%21.18%-
XYZ1.682.782.28-
YUV36.33128.94102.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 54 (21.48% from 255) = 58.06%
BLUE value IS 38 (15.23% from 255) = 40.86%
R=1.08%
G=58.06%
B=40.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal154380.9800.300.79161.8996.3610.78
Hex136266201E4Fa260b
Octal1664614203611724214013
Binary1110110100110110001001111010011111010001011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013626; }

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

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

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

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

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

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

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

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