#123420

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

Shades of Deep Fir #123420

Tints of Deep Fir #123420

Color information

#123420 (or 0x123420) is unknown color: approx Deep Fir. HEX triplet: 12, 34 and 20. RGB value is (18,52,32). Sum of RGB (Red+Green+Blue) = 18+52+32=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #123420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123420 is #EDCBDF. Grayscale: #272727. Windows color (decimal): -15584224 or 2110482. OLE color: 2110482.

HSL color Cylindrical-coordinate representation of color #123420: hue angle of 144.71º 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 #123420 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB185232-
CMYK0.6500.380.80
HSL144.71º48.57%13.73%-
HSV(B)144.71º65.38%20.39%-
XYZ1.742.691.79-
YUV39.55123.74112.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.65%
GREEN value IS 52 (20.70% from 255) = 50.98%
BLUE value IS 32 (12.89% from 255) = 31.37%
R=17.65%
G=50.98%
B=31.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1852320.6500.380.80144.7148.5713.73
Hex12342041026509131e
Octal2264401010461202216116
Binary10010110100100000100000101001101010000100100011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123420; }

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

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

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

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

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

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

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

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