Html Css Color HEX #174124 Deep Fir

📋 copy color: '#174124'

red 23 ◦ green 65 ◦ blue 36

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

Shades of Deep Fir #174124

Tints of Deep Fir #174124

RGB

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

 GREEN value IS 65 (25.78% from 255) = 52.42%

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

R = 18.55%
G = 52.42%
B = 29.03%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#174124 (or 0x174124) is known color: Deep Fir. HEX triplet: 17, 41 and 24. RGB value is (23,65,36). Sum of RGB (Red+Green+Blue) = 23+65+36=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #174124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174124 is #E8BEDB. Grayscale: #313131. Windows color (decimal): -15253212 or 2375959. OLE color: 2375959.

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

Color convert

RGB 23 65 36 -
CMYK 0.65 0 0.45 0.75
HSL 138.57º 0.48% 0.17% -
HSV(B) 138.57º 0.65% 0.25% -
XYZ 2.56 4.09 2.32 -
YUV 49.14 120.59 109.36 -
System Red Green Blue C M Y K H S L
Decimal 23 65 36 0.65 0 0.45 0.75 138.57 0.48 0.17
Hex 17 41 24 41 0 2D 4B 8B 30 11
Octal 27 101 44 101 0 55 113 213 60 21
Binary 10111 1000001 100100 1000001 0 101101 1001011 10001011 110000 10001

Color Harmonies of #174124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174124

Black with #174124

Text Example


Text Example

White with #174124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174124; }

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

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

background-color css

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

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

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

border-color css

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

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

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