#123417

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

Shades of Deep Fir #123417

Tints of Deep Fir #123417

Color information

#123417 (or 0x123417) is unknown color: approx Deep Fir. HEX triplet: 12, 34 and 17. RGB value is (18,52,23). Sum of RGB (Red+Green+Blue) = 18+52+23=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 52 (20.70% from 255 or 55.91% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 52 - color contains mainly: green. Hex color #123417 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123417 is #EDCBE8. Grayscale: #262626. Windows color (decimal): -15584233 or 1520658. OLE color: 1520658.

HSL color Cylindrical-coordinate representation of color #123417: hue angle of 128.82º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #123417 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB185223-
CMYK0.6500.560.80
HSL128.82º48.57%13.73%-
HSV(B)128.82º65.38%20.39%-
XYZ1.632.651.24-
YUV38.53119.24113.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.35%
GREEN value IS 52 (20.70% from 255) = 55.91%
BLUE value IS 23 (9.38% from 255) = 24.73%
R=19.35%
G=55.91%
B=24.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1852230.6500.560.80128.8248.5713.73
Hex12341741038508131e
Octal2264271010701202016116
Binary1001011010010111100000101110001010000100000011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123417; }

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

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

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

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

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

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

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

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