#013609

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

Shades of Deep Fir #013609

Tints of Deep Fir #013609

Color information

#013609 (or 0x013609) is unknown color: approx Deep Fir. HEX triplet: 01, 36 and 09. RGB value is (1,54,9). Sum of RGB (Red+Green+Blue) = 1+54+9=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 54 (21.48% from 255 or 84.38% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 54 - color contains mainly: green. Hex color #013609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013609 is #FEC9F6. Grayscale: #212121. Windows color (decimal): -16697847 or 603649. OLE color: 603649.

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

Color convert

RGB1549-
CMYK0.9800.830.79
HSL129.06º96.36%10.78%-
HSV(B)129.06º98.15%21.18%-
XYZ1.382.660.7-
YUV33.02114.44105.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.56%
GREEN value IS 54 (21.48% from 255) = 84.38%
BLUE value IS 9 (3.91% from 255) = 14.06%
R=1.56%
G=84.38%
B=14.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal15490.9800.830.79129.0696.3610.78
Hex1369620534F8160b
Octal16611142012311720114013
Binary1110110100111000100101001110011111000000111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013609; }

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

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

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

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

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

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

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

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