#123817

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

Shades of Deep Fir #123817

Tints of Deep Fir #123817

Color information

#123817 (or 0x123817) is unknown color: approx Deep Fir. HEX triplet: 12, 38 and 17. RGB value is (18,56,23). Sum of RGB (Red+Green+Blue) = 18+56+23=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 56 (22.27% from 255 or 57.73% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 56 - color contains mainly: green. Hex color #123817 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123817 is #EDC7E8. Grayscale: #282828. Windows color (decimal): -15583209 or 1521682. OLE color: 1521682.

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

Color convert

RGB185623-
CMYK0.6800.590.78
HSL127.89º51.35%14.51%-
HSV(B)127.89º67.86%21.96%-
XYZ1.823.021.3-
YUV40.88117.91111.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.56%
GREEN value IS 56 (22.27% from 255) = 57.73%
BLUE value IS 23 (9.38% from 255) = 23.71%
R=18.56%
G=57.73%
B=23.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1856230.6800.590.78127.8951.3514.51
Hex1238174403B4E8033f
Octal2270271040731162006317
Binary1001011100010111100010001110111001110100000001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123817; }

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

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

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

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

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

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

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

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