#124126

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

Shades of Deep Fir #124126

Tints of Deep Fir #124126

Color information

#124126 (or 0x124126) is unknown color: approx Deep Fir. HEX triplet: 12, 41 and 26. RGB value is (18,65,38). Sum of RGB (Red+Green+Blue) = 18+65+38=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #124126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124126 is #EDBED9. Grayscale: #2F2F2F. Windows color (decimal): -15580890 or 2507026. OLE color: 2507026.

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

Color convert

RGB186538-
CMYK0.7200.420.75
HSL145.53º56.63%16.27%-
HSV(B)145.53º72.31%25.49%-
XYZ2.494.052.48-
YUV47.87122.43106.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 65 (25.78% from 255) = 53.72%
BLUE value IS 38 (15.23% from 255) = 31.40%
R=14.88%
G=53.72%
B=31.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865380.7200.420.75145.5356.6316.27
Hex1241264802A4B923910
Octal22101461100521132227120
Binary1001010000011001101001000010101010010111001001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124126; }

 p { color: rgb(18,65,38); }

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

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

 a { background-color: rgb(18,65,38); }

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

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

 span { border-color: rgb(18,65,38); }

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