Html Css Color HEX #174820 Deep Fir

📋 copy color: '#174820'

red 23 ◦ green 72 ◦ blue 32

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

Shades of Deep Fir #174820

Tints of Deep Fir #174820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 56.69%

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

R = 18.11%
G = 56.69%
B = 25.2%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#174820 (or 0x174820) is known color: Deep Fir. HEX triplet: 17, 48 and 20. RGB value is (23,72,32). Sum of RGB (Red+Green+Blue) = 23+72+32=127 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.11% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #174820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174820 is #E8B7DF. Grayscale: #343434. Windows color (decimal): -15251424 or 2115607. OLE color: 2115607.

HSL color Cylindrical-coordinate representation of color #174820: hue angle of 131.02º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #174820 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 23 72 32 -
CMYK 0.68 0 0.56 0.72
HSL 131.02º 0.52% 0.19% -
HSV(B) 131.02º 0.68% 0.28% -
XYZ 2.93 4.92 2.16 -
YUV 52.79 116.27 106.75 -
System Red Green Blue C M Y K H S L
Decimal 23 72 32 0.68 0 0.56 0.72 131.02 0.52 0.19
Hex 17 48 20 44 0 38 48 83 34 13
Octal 27 110 40 104 0 70 110 203 64 23
Binary 10111 1001000 100000 1000100 0 111000 1001000 10000011 110100 10011

Color Harmonies of #174820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174820

Black with #174820

Text Example


Text Example

White with #174820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174820; }

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

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

background-color css

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

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

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

border-color css

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

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

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