#174026

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

Shades of Deep Fir #174026

Tints of Deep Fir #174026

Color information

#174026 (or 0x174026) is unknown color: approx Deep Fir. HEX triplet: 17, 40 and 26. RGB value is (23,64,38). Sum of RGB (Red+Green+Blue) = 23+64+38=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #174026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174026 is #E8BFD9. Grayscale: #303030. Windows color (decimal): -15253466 or 2506775. OLE color: 2506775.

HSL color Cylindrical-coordinate representation of color #174026: hue angle of 141.95º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #174026 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB236438-
CMYK0.6400.410.75
HSL141.95º47.13%17.06%-
HSV(B)141.95º64.06%25.1%-
XYZ2.543.992.47-
YUV48.78121.92109.61-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.4%
GREEN value IS 64 (25.39% from 255) = 51.2%
BLUE value IS 38 (15.23% from 255) = 30.4%
R=18.4%
G=51.2%
B=30.4%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2364380.6400.410.75141.9547.1317.06
Hex174026400294B8e2f11
Octal27100461000511132165721
Binary1011110000001001101000000010100110010111000111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174026; }

 p { color: rgb(23,64,38); }

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

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

 a { background-color: rgb(23,64,38); }

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

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

 span { border-color: rgb(23,64,38); }

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