#104017

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

Shades of Deep Fir #104017

Tints of Deep Fir #104017

Color information

#104017 (or 0x104017) is unknown color: approx Deep Fir. HEX triplet: 10, 40 and 17. RGB value is (16,64,23). Sum of RGB (Red+Green+Blue) = 16+64+23=103 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.53% from 103); Green value is 64 (25.39% from 255 or 62.14% from 103); Blue value is 23 (9.38% from 255 or 22.33% from 103); Max value from RGB is 64 - color contains mainly: green. Hex color #104017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104017 is #EFBFE8. Grayscale: #2D2D2D. Windows color (decimal): -15712233 or 1523728. OLE color: 1523728.

HSL color Cylindrical-coordinate representation of color #104017: hue angle of 128.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #104017 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB166423-
CMYK0.7500.640.75
HSL128.75º60%15.69%-
HSV(B)128.75º75%25.1%-
XYZ2.23.841.44-
YUV44.97115.6107.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.53%
GREEN value IS 64 (25.39% from 255) = 62.14%
BLUE value IS 23 (9.38% from 255) = 22.33%
R=15.53%
G=62.14%
B=22.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1664230.7500.640.75128.756015.69
Hex1040174B0404B813c10
Octal201002711301001132017420
Binary1000010000001011110010110100000010010111000000111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104017; }

 p { color: rgb(16,64,23); }

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

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

 a { background-color: rgb(16,64,23); }

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

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

 span { border-color: rgb(16,64,23); }

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