Html Css Color HEX #174224 Deep Fir

📋 copy color: '#174224'

red 23 ◦ green 66 ◦ blue 36

#174224
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #174224

Tints of Deep Fir #174224

RGB

 RED value IS 23 (9.38% from 255) = 18.4%

 GREEN value IS 66 (26.17% from 255) = 52.8%

 BLUE value IS 36 (14.45% from 255) = 28.8%

R = 18.4%
G = 52.8%
B = 28.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#174224 (or 0x174224) is known color: Deep Fir. HEX triplet: 17, 42 and 24. RGB value is (23,66,36). Sum of RGB (Red+Green+Blue) = 23+66+36=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 66 (26.17% from 255 or 52.8% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 66 - color contains mainly: green. Hex color #174224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174224 is #E8BDDB. Grayscale: #313131. Windows color (decimal): -15252956 or 2376215. OLE color: 2376215.

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

Color convert

RGB 23 66 36 -
CMYK 0.65 0 0.45 0.74
HSL 138.14º 0.48% 0.17% -
HSV(B) 138.14º 0.65% 0.26% -
XYZ 2.62 4.21 2.34 -
YUV 49.72 120.25 108.94 -
System Red Green Blue C M Y K H S L
Decimal 23 66 36 0.65 0 0.45 0.74 138.14 0.48 0.17
Hex 17 42 24 41 0 2D 4A 8A 30 11
Octal 27 102 44 101 0 55 112 212 60 21
Binary 10111 1000010 100100 1000001 0 101101 1001010 10001010 110000 10001

Color Harmonies of #174224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174224

Black with #174224

Text Example


Text Example

White with #174224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174224; }

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

 H1.HeaderClassName
 {
   color: #174224;
 }
 .AnyTagClassName
 {
   color: #174224;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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