Html Css Color HEX #174126 Deep Fir

📋 copy color: '#174126'

red 23 ◦ green 65 ◦ blue 38

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

Shades of Deep Fir #174126

Tints of Deep Fir #174126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 30.16%

R = 18.25%
G = 51.59%
B = 30.16%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#174126 (or 0x174126) is known color: Deep Fir. HEX triplet: 17, 41 and 26. RGB value is (23,65,38). Sum of RGB (Red+Green+Blue) = 23+65+38=126 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.25% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #174126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174126 is #E8BED9. Grayscale: #313131. Windows color (decimal): -15253210 or 2507031. OLE color: 2507031.

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

Color convert

RGB 23 65 38 -
CMYK 0.65 0 0.42 0.75
HSL 141.43º 0.48% 0.17% -
HSV(B) 141.43º 0.65% 0.25% -
XYZ 2.59 4.1 2.49 -
YUV 49.36 121.59 109.2 -
System Red Green Blue C M Y K H S L
Decimal 23 65 38 0.65 0 0.42 0.75 141.43 0.48 0.17
Hex 17 41 26 41 0 2A 4B 8D 30 11
Octal 27 101 46 101 0 52 113 215 60 21
Binary 10111 1000001 100110 1000001 0 101010 1001011 10001101 110000 10001

Color Harmonies of #174126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174126

Black with #174126

Text Example


Text Example

White with #174126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174126; }

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

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

background-color css

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

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

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

border-color css

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

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

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