#174127

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

Shades of Deep Fir #174127

Tints of Deep Fir #174127

Color information

#174127 (or 0x174127) is unknown color: approx Deep Fir. HEX triplet: 17, 41 and 27. RGB value is (23,65,39). Sum of RGB (Red+Green+Blue) = 23+65+39=127 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.11% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #174127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174127 is #E8BED8. Grayscale: #313131. Windows color (decimal): -15253209 or 2572567. OLE color: 2572567.

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

Color convert

RGB236539-
CMYK0.6500.400.75
HSL142.86º47.73%17.25%-
HSV(B)142.86º64.62%25.49%-
XYZ2.614.112.58-
YUV49.48122.09109.11-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.11%
GREEN value IS 65 (25.78% from 255) = 51.18%
BLUE value IS 39 (15.62% from 255) = 30.71%
R=18.11%
G=51.18%
B=30.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2365390.6500.400.75142.8647.7317.25
Hex174127410284B8f3011
Octal27101471010501132176021
Binary1011110000011001111000001010100010010111000111111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174127; }

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

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

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

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

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

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

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

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