#114119

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

Shades of Deep Fir #114119

Tints of Deep Fir #114119

Color information

#114119 (or 0x114119) is unknown color: approx Deep Fir. HEX triplet: 11, 41 and 19. RGB value is (17,65,25). Sum of RGB (Red+Green+Blue) = 17+65+25=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 65 (25.78% from 255 or 60.75% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 65 - color contains mainly: green. Hex color #114119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114119 is #EEBEE6. Grayscale: #2E2E2E. Windows color (decimal): -15646439 or 1655057. OLE color: 1655057.

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

Color convert

RGB176525-
CMYK0.7400.620.75
HSL130º58.54%16.08%-
HSV(B)130º73.85%25.49%-
XYZ2.33.971.56-
YUV46.09116.1107.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.89%
GREEN value IS 65 (25.78% from 255) = 60.75%
BLUE value IS 25 (10.16% from 255) = 23.36%
R=15.89%
G=60.75%
B=23.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1765250.7400.620.7513058.5416.08
Hex1141194A03E4B823b10
Octal21101311120761132027320
Binary100011000001110011001010011111010010111000001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114119; }

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

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

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

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

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

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

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

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