Html Css Color HEX #173C20 Deep Fir

📋 copy color: '#173C20'

red 23 ◦ green 60 ◦ blue 32

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

Shades of Deep Fir #173C20

Tints of Deep Fir #173C20

RGB

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

 GREEN value IS 60 (23.83% from 255) = 52.17%

 BLUE value IS 32 (12.89% from 255) = 27.83%

R = 20%
G = 52.17%
B = 27.83%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.76

RGB Variations

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

Color information

#173C20 (or 0x173C20) is known color: Deep Fir. HEX triplet: 17, 3C and 20. RGB value is (23,60,32). Sum of RGB (Red+Green+Blue) = 23+60+32=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 60 (23.83% from 255 or 52.17% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 60 - color contains mainly: green. Hex color #173C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173C20 is #E8C3DF. Grayscale: #2D2D2D. Windows color (decimal): -15254496 or 2112535. OLE color: 2112535.

HSL color Cylindrical-coordinate representation of color #173C20: hue angle of 134.59º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #173C20 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.

Color convert

RGB 23 60 32 -
CMYK 0.62 0 0.47 0.76
HSL 134.59º 0.45% 0.16% -
HSV(B) 134.59º 0.62% 0.24% -
XYZ 2.23 3.52 1.93 -
YUV 45.75 120.24 111.78 -
System Red Green Blue C M Y K H S L
Decimal 23 60 32 0.62 0 0.47 0.76 134.59 0.45 0.16
Hex 17 3C 20 3E 0 2F 4C 87 2D 10
Octal 27 74 40 76 0 57 114 207 55 20
Binary 10111 111100 100000 111110 0 101111 1001100 10000111 101101 10000

Color Harmonies of #173C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173C20

Black with #173C20

Text Example


Text Example

White with #173C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173C20; }

 p { color: rgb(23,60,32); }

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

background-color css

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

 a { background-color: rgb(23,60,32); }

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

border-color css

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

 span { border-color: rgb(23,60,32); }

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