#17422D

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

Shades of Zuccini #17422D

Tints of Zuccini #17422D

Color information

#17422D (or 0x17422D) is unknown color: approx Zuccini. HEX triplet: 17, 42 and 2D. RGB value is (23,66,45). Sum of RGB (Red+Green+Blue) = 23+66+45=134 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.16% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #17422D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17422D is #E8BDD2. Grayscale: #323232. Windows color (decimal): -15252947 or 2966039. OLE color: 2966039.

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

Color convert

RGB236645-
CMYK0.6500.320.74
HSL150.7º48.31%17.45%-
HSV(B)150.7º65.15%25.88%-
XYZ2.784.273.16-
YUV50.75124.75108.21-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.16%
GREEN value IS 66 (26.17% from 255) = 49.25%
BLUE value IS 45 (17.97% from 255) = 33.58%
R=17.16%
G=49.25%
B=33.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2366450.6500.320.74150.748.3117.45
Hex17422D410204A973011
Octal27102551010401122276021
Binary1011110000101011011000001010000010010101001011111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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