#174228

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

Shades of Deep Fir #174228

Tints of Deep Fir #174228

Color information

#174228 (or 0x174228) is unknown color: approx Deep Fir. HEX triplet: 17, 42 and 28. RGB value is (23,66,40). Sum of RGB (Red+Green+Blue) = 23+66+40=129 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.83% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #174228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174228 is #E8BDD7. Grayscale: #323232. Windows color (decimal): -15252952 or 2638359. OLE color: 2638359.

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

Color convert

RGB236640-
CMYK0.6500.390.74
HSL143.72º48.31%17.45%-
HSV(B)143.72º65.15%25.88%-
XYZ2.684.232.68-
YUV50.18122.25108.61-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.83%
GREEN value IS 66 (26.17% from 255) = 51.16%
BLUE value IS 40 (16.02% from 255) = 31.01%
R=17.83%
G=51.16%
B=31.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2366400.6500.390.74143.7248.3117.45
Hex174228410274A903011
Octal27102501010471122206021
Binary1011110000101010001000001010011110010101001000011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174228; }

 p { color: rgb(23,66,40); }

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

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

 a { background-color: rgb(23,66,40); }

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

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

 span { border-color: rgb(23,66,40); }

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