#124523

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

Shades of Deep Fir #124523

Tints of Deep Fir #124523

Color information

#124523 (or 0x124523) is unknown color: approx Deep Fir. HEX triplet: 12, 45 and 23. RGB value is (18,69,35). Sum of RGB (Red+Green+Blue) = 18+69+35=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #124523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124523 is #EDBADC. Grayscale: #313131. Windows color (decimal): -15579869 or 2311442. OLE color: 2311442.

HSL color Cylindrical-coordinate representation of color #124523: hue angle of 140º 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 #124523 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB186935-
CMYK0.7400.490.73
HSL140º58.62%17.06%-
HSV(B)140º73.91%27.06%-
XYZ2.684.512.32-
YUV49.88119.6105.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.75%
GREEN value IS 69 (27.34% from 255) = 56.56%
BLUE value IS 35 (14.06% from 255) = 28.69%
R=14.75%
G=56.56%
B=28.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1869350.7400.490.7314058.6217.06
Hex1245234A031498c3b11
Octal22105431120611112147321
Binary1001010001011000111001010011000110010011000110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124523; }

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

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

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

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

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

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

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

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