Html Css Color HEX #174328 Deep Fir

📋 copy color: '#174328'

red 23 ◦ green 67 ◦ blue 40

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

Shades of Deep Fir #174328

Tints of Deep Fir #174328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 51.54%

 BLUE value IS 40 (16.02% from 255) = 30.77%

R = 17.69%
G = 51.54%
B = 30.77%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.40

 K value IS 0.74

RGB Variations

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

Color information

#174328 (or 0x174328) is known color: Deep Fir. HEX triplet: 17, 43 and 28. RGB value is (23,67,40). Sum of RGB (Red+Green+Blue) = 23+67+40=130 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.69% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #174328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174328 is #E8BCD7. Grayscale: #323232. Windows color (decimal): -15252696 or 2638615. OLE color: 2638615.

HSL color Cylindrical-coordinate representation of color #174328: hue angle of 143.18º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #174328 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB 23 67 40 -
CMYK 0.66 0 0.40 0.74
HSL 143.18º 0.49% 0.18% -
HSV(B) 143.18º 0.66% 0.26% -
XYZ 2.74 4.35 2.7 -
YUV 50.77 121.92 108.2 -
System Red Green Blue C M Y K H S L
Decimal 23 67 40 0.66 0 0.40 0.74 143.18 0.49 0.18
Hex 17 43 28 42 0 28 4A 8F 31 12
Octal 27 103 50 102 0 50 112 217 61 22
Binary 10111 1000011 101000 1000010 0 101000 1001010 10001111 110001 10010

Color Harmonies of #174328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174328

Black with #174328

Text Example


Text Example

White with #174328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174328; }

 p { color: rgb(23,67,40); }

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

background-color css

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

 a { background-color: rgb(23,67,40); }

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

border-color css

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

 span { border-color: rgb(23,67,40); }

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