#123718

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

Shades of Deep Fir #123718

Tints of Deep Fir #123718

Color information

#123718 (or 0x123718) is unknown color: approx Deep Fir. HEX triplet: 12, 37 and 18. RGB value is (18,55,24). Sum of RGB (Red+Green+Blue) = 18+55+24=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 55 (21.88% from 255 or 56.70% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 55 - color contains mainly: green. Hex color #123718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123718 is #EDC8E7. Grayscale: #282828. Windows color (decimal): -15583464 or 1586962. OLE color: 1586962.

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

Color convert

RGB185524-
CMYK0.6700.560.78
HSL129.73º50.68%14.31%-
HSV(B)129.73º67.27%21.57%-
XYZ1.782.931.34-
YUV40.4118.74112.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.56%
GREEN value IS 55 (21.88% from 255) = 56.70%
BLUE value IS 24 (9.77% from 255) = 24.74%
R=18.56%
G=56.70%
B=24.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1855240.6700.560.78129.7350.6814.31
Hex123718430384E8233e
Octal2267301030701162026316
Binary1001011011111000100001101110001001110100000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123718; }

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

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

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

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

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

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

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

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