#01340C

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

Shades of Deep Fir #01340C

Tints of Deep Fir #01340C

Color information

#01340C (or 0x01340C) is unknown color: approx Deep Fir. HEX triplet: 01, 34 and 0C. RGB value is (1,52,12). Sum of RGB (Red+Green+Blue) = 1+52+12=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 52 (20.70% from 255 or 80% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 52 - color contains mainly: green. Hex color #01340C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01340C is #FECBF3. Grayscale: #202020. Windows color (decimal): -16698356 or 799745. OLE color: 799745.

HSL color Cylindrical-coordinate representation of color #01340C: hue angle of 132.94º 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 #01340C is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.80.

Color convert

RGB15212-
CMYK0.9800.770.80
HSL132.94º96.23%10.39%-
HSV(B)132.94º98.08%20.39%-
XYZ1.312.490.76-
YUV32.19116.6105.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.54%
GREEN value IS 52 (20.70% from 255) = 80%
BLUE value IS 12 (5.08% from 255) = 18.46%
R=1.54%
G=80%
B=18.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal152120.9800.770.80132.9496.2310.39
Hex134C6204D508560a
Octal16414142011512020514012
Binary1110100110011000100100110110100001000010111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01340C; }

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

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

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

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

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

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

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

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