#174025

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

Shades of Deep Fir #174025

Tints of Deep Fir #174025

Color information

#174025 (or 0x174025) is unknown color: approx Deep Fir. HEX triplet: 17, 40 and 25. RGB value is (23,64,37). Sum of RGB (Red+Green+Blue) = 23+64+37=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #174025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174025 is #E8BFDA. Grayscale: #303030. Windows color (decimal): -15253467 or 2441239. OLE color: 2441239.

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

Color convert

RGB236437-
CMYK0.6400.420.75
HSL140.49º47.13%17.06%-
HSV(B)140.49º64.06%25.1%-
XYZ2.523.982.39-
YUV48.66121.42109.7-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.55%
GREEN value IS 64 (25.39% from 255) = 51.61%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=18.55%
G=51.61%
B=29.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2364370.6400.420.75140.4947.1317.06
Hex1740254002A4B8c2f11
Octal27100451000521132145721
Binary1011110000001001011000000010101010010111000110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174025; }

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

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

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

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

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

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

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

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