#013809

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

Shades of Deep Fir #013809

Tints of Deep Fir #013809

Color information

#013809 (or 0x013809) is unknown color: approx Deep Fir. HEX triplet: 01, 38 and 09. RGB value is (1,56,9). Sum of RGB (Red+Green+Blue) = 1+56+9=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 56 (22.27% from 255 or 84.85% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 56 - color contains mainly: green. Hex color #013809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013809 is #FEC7F6. Grayscale: #222222. Windows color (decimal): -16697335 or 604161. OLE color: 604161.

HSL color Cylindrical-coordinate representation of color #013809: hue angle of 128.73º degrees, saturation: 0.96, 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 #013809 is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB1569-
CMYK0.9800.840.78
HSL128.73º96.49%11.18%-
HSV(B)128.73º98.21%21.96%-
XYZ1.482.850.73-
YUV34.2113.78104.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.52%
GREEN value IS 56 (22.27% from 255) = 84.85%
BLUE value IS 9 (3.91% from 255) = 13.64%
R=1.52%
G=84.85%
B=13.64%

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
Decimal15690.9800.840.78128.7396.4911.18
Hex1389620544E8160b
Octal17011142012411620114013
Binary1111000100111000100101010010011101000000111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013809; }

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

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

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

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

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

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

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

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