#123118

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

Shades of Deep Fir #123118

Tints of Deep Fir #123118

Color information

#123118 (or 0x123118) is unknown color: approx Deep Fir. HEX triplet: 12, 31 and 18. RGB value is (18,49,24). Sum of RGB (Red+Green+Blue) = 18+49+24=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 49 (19.53% from 255 or 53.85% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 49 - color contains mainly: green. Hex color #123118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123118 is #EDCEE7. Grayscale: #242424. Windows color (decimal): -15585000 or 1585426. OLE color: 1585426.

HSL color Cylindrical-coordinate representation of color #123118: hue angle of 131.61º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #123118 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.81.

Color convert

RGB184924-
CMYK0.6300.510.81
HSL131.61º46.27%13.14%-
HSV(B)131.61º63.27%19.22%-
XYZ1.512.391.25-
YUV36.88120.73114.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 49 (19.53% from 255) = 53.85%
BLUE value IS 24 (9.77% from 255) = 26.37%
R=19.78%
G=53.85%
B=26.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1849240.6300.510.81131.6146.2713.14
Hex1231183F03351842ed
Octal226130770631212045615
Binary100101100011100011111101100111010001100001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123118; }

 p { color: rgb(18,49,24); }

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

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

 a { background-color: rgb(18,49,24); }

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

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

 span { border-color: rgb(18,49,24); }

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