Html Css Color HEX #01460E Deep Fir

📋 copy color: '#01460E'

red 1 ◦ green 70 ◦ blue 14

#01460E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #01460E

Tints of Deep Fir #01460E

RGB

 RED value IS 1 (0.78% from 255) = 1.18%

 GREEN value IS 70 (27.73% from 255) = 82.35%

 BLUE value IS 14 (5.86% from 255) = 16.47%

R = 1.18%
G = 82.35%
B = 16.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#01460E (or 0x01460E) is known color: Deep Fir. HEX triplet: 01, 46 and 0E. RGB value is (1,70,14). Sum of RGB (Red+Green+Blue) = 1+70+14=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 70 (27.73% from 255 or 82.35% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 70 - color contains mainly: green. Hex color #01460E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01460E is #FEB9F1. Grayscale: #2B2B2B. Windows color (decimal): -16693746 or 935425. OLE color: 935425.

HSL color Cylindrical-coordinate representation of color #01460E: hue angle of 131.3º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01460E is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 70 14 -
CMYK 0.99 0 0.80 0.73
HSL 131.3º 0.97% 0.14% -
HSV(B) 131.3º 0.99% 0.27% -
XYZ 2.28 4.42 1.15 -
YUV 42.99 111.64 98.05 -
System Red Green Blue C M Y K H S L
Decimal 1 70 14 0.99 0 0.80 0.73 131.3 0.97 0.14
Hex 1 46 E 63 0 50 49 83 61 E
Octal 1 106 16 143 0 120 111 203 141 16
Binary 1 1000110 1110 1100011 0 1010000 1001001 10000011 1100001 1110

Color Harmonies of #01460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01460E

Black with #01460E

Text Example


Text Example

White with #01460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01460E; }

 p { color: rgb(1,70,14); }

 H1.HeaderClassName
 {
   color: #01460E;
 }
 .AnyTagClassName
 {
   color: #01460E;
 }
</style>

background-color css

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

 a { background-color: rgb(1,70,14); }

 div.DivClassName
 {
   background-color: #01460E;
 }
 .BgClassName
 {
   background-color: #01460E;
 }
</style>

border-color css

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

 span { border-color: rgb(1,70,14); }

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