#104119

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

Shades of Deep Fir #104119

Tints of Deep Fir #104119

Color information

#104119 (or 0x104119) is unknown color: approx Deep Fir. HEX triplet: 10, 41 and 19. RGB value is (16,65,25). Sum of RGB (Red+Green+Blue) = 16+65+25=106 (14% of max value = 765). Red value is 16 (6.64% from 255 or 15.09% from 106); Green value is 65 (25.78% from 255 or 61.32% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 65 - color contains mainly: green. Hex color #104119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104119 is #EFBEE6. Grayscale: #2D2D2D. Windows color (decimal): -15711975 or 1655056. OLE color: 1655056.

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

Color convert

RGB166525-
CMYK0.7500.620.75
HSL131.02º60.49%15.88%-
HSV(B)131.02º75.38%25.49%-
XYZ2.283.961.56-
YUV45.79116.27106.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.09%
GREEN value IS 65 (25.78% from 255) = 61.32%
BLUE value IS 25 (10.16% from 255) = 23.58%
R=15.09%
G=61.32%
B=23.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1665250.7500.620.75131.0260.4915.88
Hex1041194B03E4B833c10
Octal20101311130761132037420
Binary100001000001110011001011011111010010111000001111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104119; }

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

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

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

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

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

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

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

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