#123920

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

Shades of Deep Fir #123920

Tints of Deep Fir #123920

Color information

#123920 (or 0x123920) is unknown color: approx Deep Fir. HEX triplet: 12, 39 and 20. RGB value is (18,57,32). Sum of RGB (Red+Green+Blue) = 18+57+32=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 57 (22.66% from 255 or 53.27% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 57 - color contains mainly: green. Hex color #123920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123920 is #EDC6DF. Grayscale: #2A2A2A. Windows color (decimal): -15582944 or 2111762. OLE color: 2111762.

HSL color Cylindrical-coordinate representation of color #123920: hue angle of 141.54º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123920 is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB185732-
CMYK0.6800.440.78
HSL141.54º52%14.71%-
HSV(B)141.54º68.42%22.35%-
XYZ1.973.161.87-
YUV42.49122.08110.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 57 (22.66% from 255) = 53.27%
BLUE value IS 32 (12.89% from 255) = 29.91%
R=16.82%
G=53.27%
B=29.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1857320.6800.440.78141.545214.71
Hex1239204402C4E8e34f
Octal2271401040541162166417
Binary10010111001100000100010001011001001110100011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123920; }

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

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

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

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

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

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

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

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