#174222

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

Shades of Deep Fir #174222

Tints of Deep Fir #174222

Color information

#174222 (or 0x174222) is unknown color: approx Deep Fir. HEX triplet: 17, 42 and 22. RGB value is (23,66,34). Sum of RGB (Red+Green+Blue) = 23+66+34=123 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.70% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #174222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174222 is #E8BDDD. Grayscale: #313131. Windows color (decimal): -15252958 or 2245143. OLE color: 2245143.

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

Color convert

RGB236634-
CMYK0.6500.480.74
HSL135.35º48.31%17.45%-
HSV(B)135.35º65.15%25.88%-
XYZ2.594.192.19-
YUV49.5119.25109.1-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.70%
GREEN value IS 66 (26.17% from 255) = 53.66%
BLUE value IS 34 (13.67% from 255) = 27.64%
R=18.70%
G=53.66%
B=27.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2366340.6500.480.74135.3548.3117.45
Hex174222410304A873011
Octal27102421010601122076021
Binary1011110000101000101000001011000010010101000011111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174222; }

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

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

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

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

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

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

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

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