#124623

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

Shades of Deep Fir #124623

Tints of Deep Fir #124623

Color information

#124623 (or 0x124623) is unknown color: approx Deep Fir. HEX triplet: 12, 46 and 23. RGB value is (18,70,35). Sum of RGB (Red+Green+Blue) = 18+70+35=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 70 (27.73% from 255 or 56.91% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 70 - color contains mainly: green. Hex color #124623 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124623 is #EDB9DC. Grayscale: #323232. Windows color (decimal): -15579613 or 2311698. OLE color: 2311698.

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

Color convert

RGB187035-
CMYK0.7400.50.73
HSL139.62º59.09%17.25%-
HSV(B)139.62º74.29%27.45%-
XYZ2.744.632.34-
YUV50.46119.27104.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 70 (27.73% from 255) = 56.91%
BLUE value IS 35 (14.06% from 255) = 28.46%
R=14.63%
G=56.91%
B=28.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1870350.7400.50.73139.6259.0917.25
Hex1246234A032498c3b11
Octal22106431120621112147321
Binary1001010001101000111001010011001010010011000110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124623; }

 p { color: rgb(18,70,35); }

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

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

 a { background-color: rgb(18,70,35); }

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

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

 span { border-color: rgb(18,70,35); }

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