#013608

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

Shades of Deep Fir #013608

Tints of Deep Fir #013608

Color information

#013608 (or 0x013608) is unknown color: approx Deep Fir. HEX triplet: 01, 36 and 08. RGB value is (1,54,8). Sum of RGB (Red+Green+Blue) = 1+54+8=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 54 (21.48% from 255 or 85.71% from 63); Blue value is 8 (3.52% from 255 or 12.70% from 63); Max value from RGB is 54 - color contains mainly: green. Hex color #013608 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013608 is #FEC9F7. Grayscale: #212121. Windows color (decimal): -16697848 or 538113. OLE color: 538113.

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

Color convert

RGB1548-
CMYK0.9800.850.79
HSL127.92º96.36%10.78%-
HSV(B)127.92º98.15%21.18%-
XYZ1.382.660.67-
YUV32.91113.94105.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.59%
GREEN value IS 54 (21.48% from 255) = 85.71%
BLUE value IS 8 (3.52% from 255) = 12.70%
R=1.59%
G=85.71%
B=12.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal15480.9800.850.79127.9296.3610.78
Hex1368620554F8060b
Octal16610142012511720014013
Binary1110110100011000100101010110011111000000011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013608; }

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

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

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

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

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

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

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

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