#123218

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

Shades of Deep Fir #123218

Tints of Deep Fir #123218

Color information

#123218 (or 0x123218) is unknown color: approx Deep Fir. HEX triplet: 12, 32 and 18. RGB value is (18,50,24). Sum of RGB (Red+Green+Blue) = 18+50+24=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 50 (19.92% from 255 or 54.35% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 50 - color contains mainly: green. Hex color #123218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123218 is #EDCDE7. Grayscale: #252525. Windows color (decimal): -15584744 or 1585682. OLE color: 1585682.

HSL color Cylindrical-coordinate representation of color #123218: hue angle of 131.25º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #123218 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB185024-
CMYK0.6400.520.80
HSL131.25º47.06%13.33%-
HSV(B)131.25º64%19.61%-
XYZ1.552.481.26-
YUV37.47120.4114.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.57%
GREEN value IS 50 (19.92% from 255) = 54.35%
BLUE value IS 24 (9.77% from 255) = 26.09%
R=19.57%
G=54.35%
B=26.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1850240.6400.520.80131.2547.0613.33
Hex1232184003450832fd
Octal2262301000641202035715
Binary1001011001011000100000001101001010000100000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123218; }

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

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

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

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

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

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

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

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