#113823

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

Shades of Deep Fir #113823

Tints of Deep Fir #113823

Color information

#113823 (or 0x113823) is unknown color: approx Deep Fir. HEX triplet: 11, 38 and 23. RGB value is (17,56,35). Sum of RGB (Red+Green+Blue) = 17+56+35=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #113823 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113823 is #EEC7DC. Grayscale: #292929. Windows color (decimal): -15648733 or 2308113. OLE color: 2308113.

HSL color Cylindrical-coordinate representation of color #113823: hue angle of 147.69º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113823 is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB175635-
CMYK0.7000.370.78
HSL147.69º53.42%14.31%-
HSV(B)147.69º69.64%21.96%-
XYZ1.953.072.08-
YUV41.94124.08110.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.74%
GREEN value IS 56 (22.27% from 255) = 51.85%
BLUE value IS 35 (14.06% from 255) = 32.41%
R=15.74%
G=51.85%
B=32.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1756350.7000.370.78147.6953.4214.31
Hex113823460254E9435e
Octal2170431060451162246516
Binary10001111000100011100011001001011001110100101001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113823; }

 p { color: rgb(17,56,35); }

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

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

 a { background-color: rgb(17,56,35); }

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

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

 span { border-color: rgb(17,56,35); }

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