Html Css Color HEX #174223 Deep Fir

📋 copy color: '#174223'

red 23 ◦ green 66 ◦ blue 35

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

Shades of Deep Fir #174223

Tints of Deep Fir #174223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 28.23%

R = 18.55%
G = 53.23%
B = 28.23%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.47

 K value IS 0.74

RGB Variations

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

Color information

#174223 (or 0x174223) is known color: Deep Fir. HEX triplet: 17, 42 and 23. RGB value is (23,66,35). Sum of RGB (Red+Green+Blue) = 23+66+35=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #174223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174223 is #E8BDDC. Grayscale: #313131. Windows color (decimal): -15252957 or 2310679. OLE color: 2310679.

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

Color convert

RGB 23 66 35 -
CMYK 0.65 0 0.47 0.74
HSL 136.74º 0.48% 0.17% -
HSV(B) 136.74º 0.65% 0.26% -
XYZ 2.6 4.2 2.26 -
YUV 49.61 119.75 109.02 -
System Red Green Blue C M Y K H S L
Decimal 23 66 35 0.65 0 0.47 0.74 136.74 0.48 0.17
Hex 17 42 23 41 0 2F 4A 89 30 11
Octal 27 102 43 101 0 57 112 211 60 21
Binary 10111 1000010 100011 1000001 0 101111 1001010 10001001 110000 10001

Color Harmonies of #174223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174223

Black with #174223

Text Example


Text Example

White with #174223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174223; }

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

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

background-color css

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

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

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

border-color css

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

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

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