#174229

Color #174229 Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #174229

Tints of Zuccini #174229

Color information

#174229 (or 0x174229) is unknown color: approx Zuccini. HEX triplet: 17, 42 and 29. RGB value is (23,66,41). Sum of RGB (Red+Green+Blue) = 23+66+41=130 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.69% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #174229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174229 is #E8BDD6. Grayscale: #323232. Windows color (decimal): -15252951 or 2703895. OLE color: 2703895.

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

Color convert

RGB236641-
CMYK0.6500.380.74
HSL145.12º48.31%17.45%-
HSV(B)145.12º65.15%25.88%-
XYZ2.74.242.77-
YUV50.29122.75108.53-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.69%
GREEN value IS 66 (26.17% from 255) = 50.77%
BLUE value IS 41 (16.41% from 255) = 31.54%
R=17.69%
G=50.77%
B=31.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2366410.6500.380.74145.1248.3117.45
Hex174229410264A913011
Octal27102511010461122216021
Binary1011110000101010011000001010011010010101001000111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174229; }

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

 H1.HeaderClassName
 {
   color: #174229;
 }
 .AnyTagClassName
 {
   color: #174229;
 }
</style>
background-color css

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

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

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

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

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

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