#013407

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

Shades of Deep Fir #013407

Tints of Deep Fir #013407

Color information

#013407 (or 0x013407) is unknown color: approx Deep Fir. HEX triplet: 01, 34 and 07. RGB value is (1,52,7). Sum of RGB (Red+Green+Blue) = 1+52+7=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 52 (20.70% from 255 or 86.67% from 60); Blue value is 7 (3.12% from 255 or 11.67% from 60); Max value from RGB is 52 - color contains mainly: green. Hex color #013407 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013407 is #FECBF8. Grayscale: #1F1F1F. Windows color (decimal): -16698361 or 472065. OLE color: 472065.

HSL color Cylindrical-coordinate representation of color #013407: hue angle of 127.06º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013407 is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.80.

Color convert

RGB1527-
CMYK0.9800.870.80
HSL127.06º96.23%10.39%-
HSV(B)127.06º98.08%20.39%-
XYZ1.282.480.61-
YUV31.62114.1106.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.67%
GREEN value IS 52 (20.70% from 255) = 86.67%
BLUE value IS 7 (3.12% from 255) = 11.67%
R=1.67%
G=86.67%
B=11.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal15270.9800.870.80127.0696.2310.39
Hex134762057507f60a
Octal1647142012712017714012
Binary11101001111100010010101111010000111111111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013407; }

 p { color: rgb(1,52,7); }

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

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

 a { background-color: rgb(1,52,7); }

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

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

 span { border-color: rgb(1,52,7); }

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