#123818

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

Shades of Deep Fir #123818

Tints of Deep Fir #123818

Color information

#123818 (or 0x123818) is unknown color: approx Deep Fir. HEX triplet: 12, 38 and 18. RGB value is (18,56,24). Sum of RGB (Red+Green+Blue) = 18+56+24=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 56 (22.27% from 255 or 57.14% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 56 - color contains mainly: green. Hex color #123818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123818 is #EDC7E7. Grayscale: #292929. Windows color (decimal): -15583208 or 1587218. OLE color: 1587218.

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

Color convert

RGB185624-
CMYK0.6800.570.78
HSL129.47º51.35%14.51%-
HSV(B)129.47º67.86%21.96%-
XYZ1.833.021.35-
YUV40.99118.41111.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.37%
GREEN value IS 56 (22.27% from 255) = 57.14%
BLUE value IS 24 (9.77% from 255) = 24.49%
R=18.37%
G=57.14%
B=24.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1856240.6800.570.78129.4751.3514.51
Hex123818440394E8133f
Octal2270301040711162016317
Binary1001011100011000100010001110011001110100000011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123818; }

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

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

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

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

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

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

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

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