#17492A

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

Shades of Zuccini #17492A

Tints of Zuccini #17492A

Color information

#17492A (or 0x17492A) is unknown color: approx Zuccini. HEX triplet: 17, 49 and 2A. RGB value is (23,73,42). Sum of RGB (Red+Green+Blue) = 23+73+42=138 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.67% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #17492A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17492A is #E8B6D5. Grayscale: #363636. Windows color (decimal): -15251158 or 2771223. OLE color: 2771223.

HSL color Cylindrical-coordinate representation of color #17492A: hue angle of 142.8º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #17492A is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB237342-
CMYK0.6800.420.71
HSL142.8º52.08%18.82%-
HSV(B)142.8º68.49%28.63%-
XYZ3.155.113.01-
YUV54.52120.94105.52-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.67%
GREEN value IS 73 (28.91% from 255) = 52.90%
BLUE value IS 42 (16.80% from 255) = 30.43%
R=16.67%
G=52.90%
B=30.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2373420.6800.420.71142.852.0818.82
Hex17492A4402A478f3413
Octal27111521040521072176423
Binary1011110010011010101000100010101010001111000111111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17492A; }

 p { color: rgb(23,73,42); }

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

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

 a { background-color: rgb(23,73,42); }

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

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

 span { border-color: rgb(23,73,42); }

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