#174023

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

Shades of Deep Fir #174023

Tints of Deep Fir #174023

Color information

#174023 (or 0x174023) is unknown color: approx Deep Fir. HEX triplet: 17, 40 and 23. RGB value is (23,64,35). Sum of RGB (Red+Green+Blue) = 23+64+35=122 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.85% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #174023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174023 is #E8BFDC. Grayscale: #303030. Windows color (decimal): -15253469 or 2310167. OLE color: 2310167.

HSL color Cylindrical-coordinate representation of color #174023: hue angle of 137.56º 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 #174023 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB236435-
CMYK0.6400.450.75
HSL137.56º47.13%17.06%-
HSV(B)137.56º64.06%25.1%-
XYZ2.493.972.23-
YUV48.44120.42109.86-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.85%
GREEN value IS 64 (25.39% from 255) = 52.46%
BLUE value IS 35 (14.06% from 255) = 28.69%
R=18.85%
G=52.46%
B=28.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2364350.6400.450.75137.5647.1317.06
Hex1740234002D4B8a2f11
Octal27100431000551132125721
Binary1011110000001000111000000010110110010111000101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174023; }

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

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

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

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

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

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

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

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