#123418

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

Shades of Deep Fir #123418

Tints of Deep Fir #123418

Color information

#123418 (or 0x123418) is unknown color: approx Deep Fir. HEX triplet: 12, 34 and 18. RGB value is (18,52,24). Sum of RGB (Red+Green+Blue) = 18+52+24=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 52 (20.70% from 255 or 55.32% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 52 - color contains mainly: green. Hex color #123418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123418 is #EDCBE7. Grayscale: #262626. Windows color (decimal): -15584232 or 1586194. OLE color: 1586194.

HSL color Cylindrical-coordinate representation of color #123418: hue angle of 130.59º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123418 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB185224-
CMYK0.6500.540.80
HSL130.59º48.57%13.73%-
HSV(B)130.59º65.38%20.39%-
XYZ1.642.651.29-
YUV38.64119.74113.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 52 (20.70% from 255) = 55.32%
BLUE value IS 24 (9.77% from 255) = 25.53%
R=19.15%
G=55.32%
B=25.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1852240.6500.540.80130.5948.5713.73
Hex12341841036508331e
Octal2264301010661202036116
Binary1001011010011000100000101101101010000100000111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123418; }

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

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

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

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

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

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

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

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