#174122

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

Shades of Deep Fir #174122

Tints of Deep Fir #174122

Color information

#174122 (or 0x174122) is unknown color: approx Deep Fir. HEX triplet: 17, 41 and 22. RGB value is (23,65,34). Sum of RGB (Red+Green+Blue) = 23+65+34=122 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.85% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #174122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174122 is #E8BEDD. Grayscale: #303030. Windows color (decimal): -15253214 or 2244887. OLE color: 2244887.

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

Color convert

RGB236534-
CMYK0.6500.480.75
HSL135.71º47.73%17.25%-
HSV(B)135.71º64.62%25.49%-
XYZ2.534.082.17-
YUV48.91119.59109.52-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.85%
GREEN value IS 65 (25.78% from 255) = 53.28%
BLUE value IS 34 (13.67% from 255) = 27.87%
R=18.85%
G=53.28%
B=27.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2365340.6500.480.75135.7147.7317.25
Hex174122410304B883011
Octal27101421010601132106021
Binary1011110000011000101000001011000010010111000100011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174122; }

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

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

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

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

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

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

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

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