#17462F

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

Shades of Zuccini #17462F

Tints of Zuccini #17462F

Color information

#17462F (or 0x17462F) is unknown color: approx Zuccini. HEX triplet: 17, 46 and 2F. RGB value is (23,70,47). Sum of RGB (Red+Green+Blue) = 23+70+47=140 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.43% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #17462F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17462F is #E8B9D0. Grayscale: #353535. Windows color (decimal): -15251921 or 3098135. OLE color: 3098135.

HSL color Cylindrical-coordinate representation of color #17462F: hue angle of 150.64º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #17462F is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB237047-
CMYK0.6700.330.73
HSL150.64º50.54%18.24%-
HSV(B)150.64º67.14%27.45%-
XYZ3.064.773.45-
YUV53.32124.43106.37-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.43%
GREEN value IS 70 (27.73% from 255) = 50%
BLUE value IS 47 (18.75% from 255) = 33.57%
R=16.43%
G=50%
B=33.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2370470.6700.330.73150.6450.5418.24
Hex17462F4302149973312
Octal27106571030411112276322
Binary1011110001101011111000011010000110010011001011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17462F; }

 p { color: rgb(23,70,47); }

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

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

 a { background-color: rgb(23,70,47); }

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

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

 span { border-color: rgb(23,70,47); }

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