#123720

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

Shades of Deep Fir #123720

Tints of Deep Fir #123720

Color information

#123720 (or 0x123720) is unknown color: approx Deep Fir. HEX triplet: 12, 37 and 20. RGB value is (18,55,32). Sum of RGB (Red+Green+Blue) = 18+55+32=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 55 (21.88% from 255 or 52.38% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 55 - color contains mainly: green. Hex color #123720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123720 is #EDC8DF. Grayscale: #292929. Windows color (decimal): -15583456 or 2111250. OLE color: 2111250.

HSL color Cylindrical-coordinate representation of color #123720: hue angle of 142.7º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #123720 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB185532-
CMYK0.6700.420.78
HSL142.7º50.68%14.31%-
HSV(B)142.7º67.27%21.57%-
XYZ1.882.971.84-
YUV41.32122.74111.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.14%
GREEN value IS 55 (21.88% from 255) = 52.38%
BLUE value IS 32 (12.89% from 255) = 30.48%
R=17.14%
G=52.38%
B=30.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1855320.6700.420.78142.750.6814.31
Hex1237204302A4E8f33e
Octal2267401030521162176316
Binary10010110111100000100001101010101001110100011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123720; }

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

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

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

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

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

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

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

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