#114319

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

Shades of Deep Fir #114319

Tints of Deep Fir #114319

Color information

#114319 (or 0x114319) is unknown color: approx Deep Fir. HEX triplet: 11, 43 and 19. RGB value is (17,67,25). Sum of RGB (Red+Green+Blue) = 17+67+25=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 67 (26.56% from 255 or 61.47% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 67 - color contains mainly: green. Hex color #114319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #114319 is #EEBCE6. Grayscale: #2F2F2F. Windows color (decimal): -15645927 or 1655569. OLE color: 1655569.

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

Color convert

RGB176725-
CMYK0.7500.630.74
HSL129.6º59.52%16.47%-
HSV(B)129.6º74.63%26.27%-
XYZ2.414.21.6-
YUV47.26115.44106.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.60%
GREEN value IS 67 (26.56% from 255) = 61.47%
BLUE value IS 25 (10.16% from 255) = 22.94%
R=15.60%
G=61.47%
B=22.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1767250.7500.630.74129.659.5216.47
Hex1143194B03F4A823c10
Octal21103311130771122027420
Binary100011000011110011001011011111110010101000001011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114319; }

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

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

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

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

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

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

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

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