Html Css Color HEX #174620 Deep Fir

📋 copy color: '#174620'

red 23 ◦ green 70 ◦ blue 32

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

Shades of Deep Fir #174620

Tints of Deep Fir #174620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 56%

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

R = 18.4%
G = 56%
B = 25.6%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#174620 (or 0x174620) is known color: Deep Fir. HEX triplet: 17, 46 and 20. RGB value is (23,70,32). Sum of RGB (Red+Green+Blue) = 23+70+32=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #174620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174620 is #E8B9DF. Grayscale: #333333. Windows color (decimal): -15251936 or 2115095. OLE color: 2115095.

HSL color Cylindrical-coordinate representation of color #174620: hue angle of 131.49º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #174620 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 23 70 32 -
CMYK 0.67 0 0.54 0.73
HSL 131.49º 0.51% 0.18% -
HSV(B) 131.49º 0.67% 0.27% -
XYZ 2.8 4.67 2.12 -
YUV 51.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 23 70 32 0.67 0 0.54 0.73 131.49 0.51 0.18
Hex 17 46 20 43 0 36 49 83 33 12
Octal 27 106 40 103 0 66 111 203 63 22
Binary 10111 1000110 100000 1000011 0 110110 1001001 10000011 110011 10010

Color Harmonies of #174620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174620

Black with #174620

Text Example


Text Example

White with #174620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174620; }

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

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

background-color css

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

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

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

border-color css

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

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

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