#17422E

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

Shades of Zuccini #17422E

Tints of Zuccini #17422E

Color information

#17422E (or 0x17422E) is unknown color: approx Zuccini. HEX triplet: 17, 42 and 2E. RGB value is (23,66,46). Sum of RGB (Red+Green+Blue) = 23+66+46=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #17422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17422E is #E8BDD1. Grayscale: #323232. Windows color (decimal): -15252946 or 3031575. OLE color: 3031575.

HSL color Cylindrical-coordinate representation of color #17422E: hue angle of 152.09º 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 #17422E is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB236646-
CMYK0.6500.300.74
HSL152.09º48.31%17.45%-
HSV(B)152.09º65.15%25.88%-
XYZ2.794.283.26-
YUV50.86125.25108.13-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.04%
GREEN value IS 66 (26.17% from 255) = 48.89%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=17.04%
G=48.89%
B=34.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2366460.6500.300.74152.0948.3117.45
Hex17422E4101E4A983011
Octal27102561010361122306021
Binary101111000010101110100000101111010010101001100011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17422E; }

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

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

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

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

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

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

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

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