#114524

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

Shades of Deep Fir #114524

Tints of Deep Fir #114524

Color information

#114524 (or 0x114524) is unknown color: approx Deep Fir. HEX triplet: 11, 45 and 24. RGB value is (17,69,36). Sum of RGB (Red+Green+Blue) = 17+69+36=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #114524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114524 is #EEBADB. Grayscale: #313131. Windows color (decimal): -15645404 or 2376977. OLE color: 2376977.

HSL color Cylindrical-coordinate representation of color #114524: hue angle of 141.92º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114524 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB176936-
CMYK0.7500.480.73
HSL141.92º60.47%16.86%-
HSV(B)141.92º75.36%27.06%-
XYZ2.684.52.4-
YUV49.69120.27104.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.93%
GREEN value IS 69 (27.34% from 255) = 56.56%
BLUE value IS 36 (14.45% from 255) = 29.51%
R=13.93%
G=56.56%
B=29.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1769360.7500.480.73141.9260.4716.86
Hex1145244B030498e3c11
Octal21105441130601112167421
Binary1000110001011001001001011011000010010011000111011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114524; }

 p { color: rgb(17,69,36); }

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

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

 a { background-color: rgb(17,69,36); }

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

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

 span { border-color: rgb(17,69,36); }

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