#104019

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

Shades of Deep Fir #104019

Tints of Deep Fir #104019

Color information

#104019 (or 0x104019) is unknown color: approx Deep Fir. HEX triplet: 10, 40 and 19. RGB value is (16,64,25). Sum of RGB (Red+Green+Blue) = 16+64+25=105 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.24% from 105); Green value is 64 (25.39% from 255 or 60.95% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 64 - color contains mainly: green. Hex color #104019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104019 is #EFBFE6. Grayscale: #2D2D2D. Windows color (decimal): -15712231 or 1654800. OLE color: 1654800.

HSL color Cylindrical-coordinate representation of color #104019: hue angle of 131.25º 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 #104019 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB166425-
CMYK0.7500.610.75
HSL131.25º60%15.69%-
HSV(B)131.25º75%25.1%-
XYZ2.223.851.55-
YUV45.2116.6107.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.24%
GREEN value IS 64 (25.39% from 255) = 60.95%
BLUE value IS 25 (10.16% from 255) = 23.81%
R=15.24%
G=60.95%
B=23.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1664250.7500.610.75131.256015.69
Hex1040194B03D4B833c10
Octal20100311130751132037420
Binary100001000000110011001011011110110010111000001111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104019; }

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

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

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

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

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

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

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

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