#013909

Color #013909 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #013909

Tints of Deep Fir #013909

Color information

#013909 (or 0x013909) is unknown color: approx Deep Fir. HEX triplet: 01, 39 and 09. RGB value is (1,57,9). Sum of RGB (Red+Green+Blue) = 1+57+9=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 57 (22.66% from 255 or 85.07% from 67); Blue value is 9 (3.91% from 255 or 13.43% from 67); Max value from RGB is 57 - color contains mainly: green. Hex color #013909 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013909 is #FEC6F6. Grayscale: #222222. Windows color (decimal): -16697079 or 604417. OLE color: 604417.

HSL color Cylindrical-coordinate representation of color #013909: hue angle of 128.57º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013909 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB1579-
CMYK0.9800.840.78
HSL128.57º96.55%11.37%-
HSV(B)128.57º98.25%22.35%-
XYZ1.522.950.75-
YUV34.78113.45103.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.49%
GREEN value IS 57 (22.66% from 255) = 85.07%
BLUE value IS 9 (3.91% from 255) = 13.43%
R=1.49%
G=85.07%
B=13.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal15790.9800.840.78128.5796.5511.37
Hex1399620544E8161b
Octal17111142012411620114113
Binary1111001100111000100101010010011101000000111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013909; }

 p { color: rgb(1,57,9); }

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

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

 a { background-color: rgb(1,57,9); }

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

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

 span { border-color: rgb(1,57,9); }

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