#123517

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

Shades of Deep Fir #123517

Tints of Deep Fir #123517

Color information

#123517 (or 0x123517) is unknown color: approx Deep Fir. HEX triplet: 12, 35 and 17. RGB value is (18,53,23). Sum of RGB (Red+Green+Blue) = 18+53+23=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 53 (21.09% from 255 or 56.38% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 53 - color contains mainly: green. Hex color #123517 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123517 is #EDCAE8. Grayscale: #272727. Windows color (decimal): -15583977 or 1520914. OLE color: 1520914.

HSL color Cylindrical-coordinate representation of color #123517: hue angle of 128.57º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #123517 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB185323-
CMYK0.6600.570.79
HSL128.57º49.3%13.92%-
HSV(B)128.57º66.04%20.78%-
XYZ1.682.741.25-
YUV39.11118.9112.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 53 (21.09% from 255) = 56.38%
BLUE value IS 23 (9.38% from 255) = 24.47%
R=19.15%
G=56.38%
B=24.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1853230.6600.570.79128.5749.313.92
Hex123517420394F8131e
Octal2265271020711172016116
Binary1001011010110111100001001110011001111100000011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123517; }

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

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

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

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

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

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

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

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