#123820

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

Shades of Deep Fir #123820

Tints of Deep Fir #123820

Color information

#123820 (or 0x123820) is unknown color: approx Deep Fir. HEX triplet: 12, 38 and 20. RGB value is (18,56,32). Sum of RGB (Red+Green+Blue) = 18+56+32=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 56 (22.27% from 255 or 52.83% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 56 - color contains mainly: green. Hex color #123820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123820 is #EDC7DF. Grayscale: #292929. Windows color (decimal): -15583200 or 2111506. OLE color: 2111506.

HSL color Cylindrical-coordinate representation of color #123820: hue angle of 142.11º degrees, saturation: 0.51, 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 #123820 is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB185632-
CMYK0.6800.430.78
HSL142.11º51.35%14.51%-
HSV(B)142.11º67.86%21.96%-
XYZ1.923.061.86-
YUV41.9122.41110.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 56 (22.27% from 255) = 52.83%
BLUE value IS 32 (12.89% from 255) = 30.19%
R=16.98%
G=52.83%
B=30.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1856320.6800.430.78142.1151.3514.51
Hex1238204402B4E8e33f
Octal2270401040531162166317
Binary10010111000100000100010001010111001110100011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123820; }

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

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

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

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

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

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

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

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