Html Css Color HEX #174129 Zuccini

📋 copy color: '#174129'

red 23 ◦ green 65 ◦ blue 41

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

Shades of Zuccini #174129

Tints of Zuccini #174129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 50.39%

 BLUE value IS 41 (16.41% from 255) = 31.78%

R = 17.83%
G = 50.39%
B = 31.78%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#174129 (or 0x174129) is known color: Zuccini. HEX triplet: 17, 41 and 29. RGB value is (23,65,41). Sum of RGB (Red+Green+Blue) = 23+65+41=129 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.83% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #174129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174129 is #E8BED6. Grayscale: #313131. Windows color (decimal): -15253207 or 2703639. OLE color: 2703639.

HSL color Cylindrical-coordinate representation of color #174129: hue angle of 145.71º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #174129 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 65 41 -
CMYK 0.65 0 0.37 0.75
HSL 145.71º 0.48% 0.17% -
HSV(B) 145.71º 0.65% 0.25% -
XYZ 2.64 4.12 2.75 -
YUV 49.71 123.09 108.95 -
System Red Green Blue C M Y K H S L
Decimal 23 65 41 0.65 0 0.37 0.75 145.71 0.48 0.17
Hex 17 41 29 41 0 25 4B 92 30 11
Octal 27 101 51 101 0 45 113 222 60 21
Binary 10111 1000001 101001 1000001 0 100101 1001011 10010010 110000 10001

Color Harmonies of #174129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174129

Black with #174129

Text Example


Text Example

White with #174129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174129; }

 p { color: rgb(23,65,41); }

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

background-color css

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

 a { background-color: rgb(23,65,41); }

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

border-color css

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

 span { border-color: rgb(23,65,41); }

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