#174124

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

Shades of Deep Fir #174124

Tints of Deep Fir #174124

Color information

#174124 (or 0x174124) is unknown color: approx Deep Fir. HEX triplet: 17, 41 and 24. RGB value is (23,65,36). Sum of RGB (Red+Green+Blue) = 23+65+36=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #174124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174124 is #E8BEDB. Grayscale: #313131. Windows color (decimal): -15253212 or 2375959. OLE color: 2375959.

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

Color convert

RGB236536-
CMYK0.6500.450.75
HSL138.57º47.73%17.25%-
HSV(B)138.57º64.62%25.49%-
XYZ2.564.092.32-
YUV49.14120.59109.36-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.55%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 36 (14.45% from 255) = 29.03%
R=18.55%
G=52.42%
B=29.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2365360.6500.450.75138.5747.7317.25
Hex1741244102D4B8b3011
Octal27101441010551132136021
Binary1011110000011001001000001010110110010111000101111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174124; }

 p { color: rgb(23,65,36); }

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

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

 a { background-color: rgb(23,65,36); }

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

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

 span { border-color: rgb(23,65,36); }

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