#174225

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

Shades of Deep Fir #174225

Tints of Deep Fir #174225

Color information

#174225 (or 0x174225) is unknown color: approx Deep Fir. HEX triplet: 17, 42 and 25. RGB value is (23,66,37). Sum of RGB (Red+Green+Blue) = 23+66+37=126 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.25% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #174225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174225 is #E8BDDA. Grayscale: #313131. Windows color (decimal): -15252955 or 2441751. OLE color: 2441751.

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

Color convert

RGB236637-
CMYK0.6500.440.74
HSL139.53º48.31%17.45%-
HSV(B)139.53º65.15%25.88%-
XYZ2.644.212.42-
YUV49.84120.75108.86-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.25%
GREEN value IS 66 (26.17% from 255) = 52.38%
BLUE value IS 37 (14.84% from 255) = 29.37%
R=18.25%
G=52.38%
B=29.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2366370.6500.440.74139.5348.3117.45
Hex1742254102C4A8c3011
Octal27102451010541122146021
Binary1011110000101001011000001010110010010101000110011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174225; }

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

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

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

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

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

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

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

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